3
0
Fork 0
forked from mirrors/nixpkgs

perl-Hook-LexWrap: 0.24 -> 0.25

Also add meta section.
This commit is contained in:
Robert Helgesson 2016-03-17 21:51:57 +01:00
parent ccaa568071
commit b9f7bb15e5

View file

@ -5452,12 +5452,17 @@ let self = _self // overrides; _self = with self; {
}; };
HookLexWrap = buildPerlPackage rec { HookLexWrap = buildPerlPackage rec {
name = "Hook-LexWrap-0.24"; name = "Hook-LexWrap-0.25";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/C/CH/CHORNY/${name}.tar.gz"; url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "0nyfirbdrgs2cknifqr1pf8xd5q9xnv91gy7jha4crp1hjqvihj4"; sha256 = "08ab9af6bd9b4560702d9d994ad9d905af0c2fd24090d1480ff640f137c1430d";
};
buildInputs = [ ModuleBuildTiny pkgs.unzip ];
meta = {
homepage = https://github.com/chorny/Hook-LexWrap;
description = "Lexically scoped subroutine wrappers";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
buildInputs = [ pkgs.unzip ];
}; };
HTMLElementExtended = buildPerlPackage { HTMLElementExtended = buildPerlPackage {