mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
[cpan2nix] perlPackages.Paranoid: 2.06 -> 2.07
This commit is contained in:
parent
c9debb4ba0
commit
fe5f875296
@ -11938,10 +11938,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
Paranoid = buildPerlPackage rec {
|
Paranoid = buildPerlPackage rec {
|
||||||
name = "Paranoid-2.06";
|
name = "Paranoid-2.07";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/C/CO/CORLISS/Paranoid/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/C/CO/CORLISS/Paranoid/${name}.tar.gz";
|
||||||
sha256 = "48763ec19d0a4194ecf613bd63e46325510228da9100c2e796615dc778612d3c";
|
sha256 = "b55cfd8c6d5f181e218efd012f711a50cd14e4dbc8804650b95477178f43b7fc";
|
||||||
};
|
};
|
||||||
patches = [ ../development/perl-modules/Paranoid-blessed-path.patch ];
|
patches = [ ../development/perl-modules/Paranoid-blessed-path.patch ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user