perlPackages.CarpAssertMore: 1.24 -> 2.3.0

This commit is contained in:
Stig Palmquist 2023-10-10 11:55:49 +02:00
parent de95e3f254
commit 6296d52c49

View file

@ -2221,10 +2221,10 @@ with self; {
CarpAssertMore = buildPerlPackage {
pname = "Carp-Assert-More";
version = "1.24";
version = "2.3.0";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/Carp-Assert-More-1.24.tar.gz";
hash = "sha256-ulzBZichfdu/tbGk9rGEv500LvuBSNkdo0SfCwN1sis=";
url = "mirror://cpan/authors/id/P/PE/PETDANCE/Carp-Assert-More-2.3.0.tar.gz";
hash = "sha256-/2nqCb2maiAPygiK3ZHFww5lcqt7ujF6f58zxRKzzqc=";
};
propagatedBuildInputs = [ CarpAssert ];
buildInputs = [ TestException ];