[cpan2nix] perlPackages.BHooksEndOfScope: 0.15 -> 0.21

This commit is contained in:
volth 2018-04-07 07:56:14 +00:00
parent 0d891474f6
commit 1d84dcb8df

View File

@ -700,12 +700,12 @@ let self = _self // overrides; _self = with self; {
};
BHooksEndOfScope = buildPerlPackage rec {
name = "B-Hooks-EndOfScope-0.15";
name = "B-Hooks-EndOfScope-0.21";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "0bllq4077hxbdsh31r3cwpm6mzmc0247rrg1lr7rk7flscif8bhj";
sha256 = "0b70vbpabsy9ia366k330cz1zbdyb1pwhb0l7j28pmpih045iwwh";
};
propagatedBuildInputs = [ ModuleImplementation ModuleRuntime SubExporterProgressive ];
propagatedBuildInputs = [ ModuleImplementation SubExporterProgressive ];
meta = {
homepage = https://metacpan.org/release/B-Hooks-EndOfScope;
description = "Execute code after a scope finished compilation";