mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
perl-namespace-autoclean: 0.27 -> 0.28
This commit is contained in:
parent
d7e10c885c
commit
db1b87d828
@ -8865,12 +8865,12 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
namespaceautoclean = buildPerlPackage rec {
|
||||
name = "namespace-autoclean-0.27";
|
||||
name = "namespace-autoclean-0.28";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "1m5p76hz2r6mysx6afs5xpjp9yqnbq1q1bv5zkyn3g979l4a3vbc";
|
||||
sha256 = "cd410a1681add521a28805da2e138d44f0d542407b50999252a147e553c26c39";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny TestRequires Moose ];
|
||||
buildInputs = [ TestRequires ];
|
||||
propagatedBuildInputs = [ BHooksEndOfScope SubIdentify namespaceclean ];
|
||||
meta = {
|
||||
homepage = https://github.com/moose/namespace-autoclean;
|
||||
|
Loading…
Reference in New Issue
Block a user