[cpan2nix] perlPackages.ModuleCPANfile: 1.1002 -> 1.1004
This commit is contained in:
parent
1e05de93e4
commit
9b221d16a2
@ -9840,16 +9840,17 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ModuleCPANfile = buildPerlPackage rec {
|
ModuleCPANfile = buildPerlPackage rec {
|
||||||
name = "Module-CPANfile-1.1002";
|
name = "Module-CPANfile-1.1004";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/Module-CPANfile-1.1002.tar.gz;
|
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz;
|
||||||
sha256 = "1z9wsps70h7ypaxmwq8l8wp0dg4kqrxmaqgzbh2fq8jw9idw55dz";
|
sha256 = "08a9a5mybf0llwlfvk7n0q7az6lrrzgzwc3432mcwbb4k8pbxvw8";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse cpanfile";
|
description = "Parse cpanfile";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
homepage = "https://github.com/miyagawa/cpanfile";
|
homepage = "https://github.com/miyagawa/cpanfile";
|
||||||
};
|
};
|
||||||
|
buildInputs = [ Filepushd ];
|
||||||
};
|
};
|
||||||
|
|
||||||
ModuleCoreList = buildPerlPackage {
|
ModuleCoreList = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user