[nix-update-cpan] perlPackages.CarpAssertMore: 1.20 -> 1.24

This commit is contained in:
Stig Palmquist 2020-12-13 13:26:40 +01:00
parent 03072a280d
commit d310b48f58
1 changed files with 3 additions and 3 deletions

View File

@ -1711,10 +1711,10 @@ let
CarpAssertMore = buildPerlPackage {
pname = "Carp-Assert-More";
version = "1.20";
version = "1.24";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/Carp-Assert-More-1.20.tar.gz";
sha256 = "16jnhdjgfwymrc5fki4xlf1rlziszf9k6q0245g976124k708ac5";
url = "mirror://cpan/authors/id/P/PE/PETDANCE/Carp-Assert-More-1.24.tar.gz";
sha256 = "0axjfl1hp7s4lcfxjj41zcp397dzhjqzd95innzxnz914xkc2p5s";
};
propagatedBuildInputs = [ CarpAssert ];
meta = {