mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-tie-cycle: Update to 1.225.
* gnu/packages/perl.scm (perl-tie-cycle): Update to 1.225.
This commit is contained in:
parent
ec4e2b24a7
commit
adce670797
1 changed files with 2 additions and 2 deletions
|
@ -8842,7 +8842,7 @@ (define-public perltidy
|
|||
(define-public perl-tie-cycle
|
||||
(package
|
||||
(name "perl-tie-cycle")
|
||||
(version "1.221")
|
||||
(version "1.225")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8850,7 +8850,7 @@ (define-public perl-tie-cycle
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10g6kirf6jfaldckg98y4pl87vrm7grqlg6ymb7a9vhrznyn7qn6"))))
|
||||
"0i9xq2qm50p2ih24265jndp2x8hfq7ap0d88nrlv5yaad4hxhc7k"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Tie-Cycle/")
|
||||
(synopsis "Cycle through a list of values")
|
||||
|
|
Loading…
Reference in a new issue