perlPackages.Carp: 1.36 -> 1.38

Version 1.36 is no longer available upstream.
This commit is contained in:
Peter Hoeg 2017-08-17 11:24:28 +08:00
parent 57ee7283d2
commit 676e90564f

View file

@ -946,15 +946,15 @@ let self = _self // overrides; _self = with self; {
};
};
Carp = buildPerlPackage {
name = "Carp-1.36";
Carp = buildPerlPackage rec {
name = "Carp-1.38";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Carp-1.36.tar.gz;
sha256 = "dcc789935126461c80df0653f98c1d8d0b936dcc3d04174287cb02767eca123c";
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "00bijwwc0ix27h2ma3lvsf3b56biar96bl9dikxgx7cmpcycxad5";
};
meta = {
meta = with stdenv.lib; {
description = "Alternative warn and die for modules";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
license = with licenses; [ artistic1 gpl1Plus ];
};
};