mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
[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 {
|
||||
name = "Tie-Cycle-1.21";
|
||||
name = "Tie-Cycle-1.225";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/B/BD/BDFOY/${name}.tar.gz";
|
||||
sha256 = "0r1mdmd01s42vwlwr2mvr1ywjvvfkc79vz6ysdii5fvcgs6wk50y";
|
||||
sha256 = "0i9xq2qm50p2ih24265jndp2x8hfq7ap0d88nrlv5yaad4hxhc7k";
|
||||
};
|
||||
meta = {
|
||||
description = "Cycle through a list of values via a scalar";
|
||||
|
Loading…
Reference in New Issue
Block a user