perl-Mixin-Linewise: 0.004 -> 0.108
This commit is contained in:
parent
a2b7097059
commit
f75df15636
@ -6652,17 +6652,18 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
MixinLinewise = buildPerlPackage {
|
MixinLinewise = buildPerlPackage rec {
|
||||||
name = "Mixin-Linewise-0.004";
|
name = "Mixin-Linewise-0.108";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Mixin-Linewise-0.004.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "7a50d171850d3e0dde51e041eecd40abc68396ea822baa4381951a7710833dd9";
|
sha256 = "7df20678474c0973930a472b0c55e3f8e85b7790b68ab18ef618f9c453c8aef2";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ IOString SubExporter ];
|
propagatedBuildInputs = [ PerlIOutf8_strict SubExporter ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/mixin-linewise;
|
homepage = https://github.com/rjbs/mixin-linewise;
|
||||||
description = "Write your linewise code for handles; this does the rest";
|
description = "Write your linewise code for handles; this does the rest";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user