[cpan2nix] perlPackages.CarpAlways: 0.13 -> 0.16
This commit is contained in:
parent
a8d2126f44
commit
ee263f3371
@ -1093,10 +1093,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
CarpAlways = buildPerlPackage rec {
|
CarpAlways = buildPerlPackage rec {
|
||||||
name = "Carp-Always-0.13";
|
name = "Carp-Always-0.16";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/F/FE/FERREIRA/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/F/FE/FERREIRA/${name}.tar.gz";
|
||||||
sha256 = "0i2rifkr7ybfcdsqana52487z7vxp2l5qdra0f6ik0ddhn6rzii1";
|
sha256 = "1wb6b0qjga7kvn4p8df6k4g1pl2yzaqiln1713xidh3i454i3alq";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Warns and dies noisily with stack backtraces";
|
description = "Warns and dies noisily with stack backtraces";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user