3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.Paranoid: 2.05 -> 2.06

This commit is contained in:
volth 2018-08-25 12:51:28 +00:00
parent 433d149645
commit 2898f68e81

View file

@ -11848,10 +11848,10 @@ let
};
Paranoid = buildPerlPackage rec {
name = "Paranoid-2.05";
name = "Paranoid-2.06";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CO/CORLISS/Paranoid/${name}.tar.gz";
sha256 = "583dfa0279733531f360795ad1cf4aa652d537b2b0bbd3c6925d0c8d75cbb3df";
sha256 = "48763ec19d0a4194ecf613bd63e46325510228da9100c2e796615dc778612d3c";
};
patches = [ ../development/perl-modules/Paranoid-blessed-path.patch ];
preConfigure = ''