[cpan2nix] perlPackages.ModuleInstall: 1.16 -> 1.19
This commit is contained in:
parent
a5e6c2c8d0
commit
b3b4cf748c
@ -9109,14 +9109,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ModuleInstall = let version = "1.16"; in buildPerlPackage {
|
ModuleInstall = let version = "1.19"; in buildPerlPackage {
|
||||||
name = "Module-Install-${version}";
|
name = "Module-Install-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/E/ET/ETHER/Module-Install-${version}.tar.gz";
|
url = "mirror://cpan/authors/id/E/ET/ETHER/Module-Install-${version}.tar.gz";
|
||||||
sha256 = "0ph242hmz11wv41yh1g8k9zj1bgzkamg2kgq8hnq4kaz4mj15b5g";
|
sha256 = "06q12cm97yh4p7qbm0a2p96996ii6ss59qy57z0f7f9svy6sflqs";
|
||||||
};
|
};
|
||||||
buildInputs = [ YAMLTiny ];
|
propagatedBuildInputs = [ FileRemove ModuleBuild ModuleScanDeps YAMLTiny ];
|
||||||
propagatedBuildInputs = [ FileRemove ModuleScanDeps YAMLTiny ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Standalone, extensible Perl module installer";
|
description = "Standalone, extensible Perl module installer";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user