[cpan2nix] perlPackages.TieCycle: 1.21 -> 1.225
This commit is contained in:
parent
91a963d688
commit
b30d3d410c
@ -15373,10 +15373,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TieCycle = buildPerlPackage rec {
|
TieCycle = buildPerlPackage rec {
|
||||||
name = "Tie-Cycle-1.21";
|
name = "Tie-Cycle-1.225";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/B/BD/BDFOY/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/B/BD/BDFOY/${name}.tar.gz";
|
||||||
sha256 = "0r1mdmd01s42vwlwr2mvr1ywjvvfkc79vz6ysdii5fvcgs6wk50y";
|
sha256 = "0i9xq2qm50p2ih24265jndp2x8hfq7ap0d88nrlv5yaad4hxhc7k";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Cycle through a list of values via a scalar";
|
description = "Cycle through a list of values via a scalar";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user