me
/
guix
Archived
1
0
Fork 0

gnu: perl-tie-cycle: Update to 1.226.

* gnu/packages/perl.scm (perl-tie-cycle): Update to 1.226.
master
Efraim Flashner 2021-05-19 22:19:54 +03:00
parent f87a0b094c
commit ff44f3ec6e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -10268,7 +10268,7 @@ approximately follow the suggestions in the Perl Style Guide.")
(define-public perl-tie-cycle (define-public perl-tie-cycle
(package (package
(name "perl-tie-cycle") (name "perl-tie-cycle")
(version "1.225") (version "1.226")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10276,7 +10276,7 @@ approximately follow the suggestions in the Perl Style Guide.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0i9xq2qm50p2ih24265jndp2x8hfq7ap0d88nrlv5yaad4hxhc7k")))) "0cvnykkr5z57xwl6i9qdws2gpdhsm0rrf3kia8q0q25vag0f31q9"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Tie-Cycle") (home-page "https://metacpan.org/release/Tie-Cycle")
(synopsis "Cycle through a list of values") (synopsis "Cycle through a list of values")