perl-namespace-autoclean: 0.20 -> 0.27
This commit is contained in:
parent
b48b4a1f2a
commit
270499c3d2
|
@ -7923,13 +7923,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
doCheck = false; # Test performs network access.
|
doCheck = false; # Test performs network access.
|
||||||
};
|
};
|
||||||
|
|
||||||
namespaceautoclean = buildPerlPackage {
|
namespaceautoclean = buildPerlPackage rec {
|
||||||
name = "namespace-autoclean-0.20";
|
name = "namespace-autoclean-0.27";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/ET/ETHER/namespace-autoclean-0.20.tar.gz;
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "42a199314d07b7a29044d6072529ca53037c75a43550193b1586bd19c690a05f";
|
sha256 = "1m5p76hz2r6mysx6afs5xpjp9yqnbq1q1bv5zkyn3g979l4a3vbc";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuildTiny TestRequires ];
|
buildInputs = [ ModuleBuildTiny TestRequires Moose ];
|
||||||
propagatedBuildInputs = [ BHooksEndOfScope SubIdentify namespaceclean ];
|
propagatedBuildInputs = [ BHooksEndOfScope SubIdentify namespaceclean ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/moose/namespace-autoclean;
|
homepage = https://github.com/moose/namespace-autoclean;
|
||||||
|
|
Loading…
Reference in New Issue