[cpan2nix] perlPackages.ModuleCompile: 0.37 -> 0.38
This commit is contained in:
parent
2532d579dd
commit
1ae0cf37e7
|
@ -12483,10 +12483,10 @@ let
|
||||||
|
|
||||||
ModuleCompile = buildPerlPackage rec {
|
ModuleCompile = buildPerlPackage rec {
|
||||||
pname = "Module-Compile";
|
pname = "Module-Compile";
|
||||||
version = "0.37";
|
version = "0.38";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/I/IN/INGY/${pname}-${version}.tar.gz";
|
url = "mirror://cpan/authors/id/I/IN/INGY/Module-Compile-0.38.tar.gz";
|
||||||
sha256 = "18e6c4c4d2d5e39c21dde60a64424eed547e1d234ecc73a35278ea08161a8078";
|
sha256 = "8090cfbb61123437eefec3e3bed86005d1f7c5a529fb6fda2ebebc6564b9aa10";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CaptureTiny DigestSHA1 ];
|
propagatedBuildInputs = [ CaptureTiny DigestSHA1 ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue