[cpan2nix] perlPackages.BHooksEndOfScope: 0.21 -> 0.24

This commit is contained in:
volth 2018-06-02 20:37:38 +00:00
parent 8d0e912225
commit 4abecf109e

View file

@ -743,10 +743,10 @@ let self = _self // overrides; _self = with self; {
};
BHooksEndOfScope = buildPerlPackage rec {
name = "B-Hooks-EndOfScope-0.21";
name = "B-Hooks-EndOfScope-0.24";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "0b70vbpabsy9ia366k330cz1zbdyb1pwhb0l7j28pmpih045iwwh";
sha256 = "1imcqxp23yc80a7p0h56sja9glbrh4qyhgzljqd4g9habpz3vah3";
};
propagatedBuildInputs = [ ModuleImplementation SubExporterProgressive ];
meta = {