mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 19:45:54 +00:00
[cpan2nix] perlPackages.BHooksEndOfScope: 0.15 -> 0.21
This commit is contained in:
parent
0d891474f6
commit
1d84dcb8df
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue