[cpan2nix] perlPackages.BHooksEndOfScope: 0.21 -> 0.24
This commit is contained in:
parent
8d0e912225
commit
4abecf109e
1 changed files with 2 additions and 2 deletions
|
@ -743,10 +743,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
BHooksEndOfScope = buildPerlPackage rec {
|
BHooksEndOfScope = buildPerlPackage rec {
|
||||||
name = "B-Hooks-EndOfScope-0.21";
|
name = "B-Hooks-EndOfScope-0.24";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "0b70vbpabsy9ia366k330cz1zbdyb1pwhb0l7j28pmpih045iwwh";
|
sha256 = "1imcqxp23yc80a7p0h56sja9glbrh4qyhgzljqd4g9habpz3vah3";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ModuleImplementation SubExporterProgressive ];
|
propagatedBuildInputs = [ ModuleImplementation SubExporterProgressive ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue