mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: perl-scalar-list-utils: Update to 1.50.
* gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.50.
This commit is contained in:
parent
0ae079ec2a
commit
4e501d0642
1 changed files with 2 additions and 2 deletions
|
@ -8961,7 +8961,7 @@ (define-public perl-parse-cpan-meta
|
|||
(define-public perl-scalar-list-utils
|
||||
(package
|
||||
(name "perl-scalar-list-utils")
|
||||
(version "1.47")
|
||||
(version "1.50")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8969,7 +8969,7 @@ (define-public perl-scalar-list-utils
|
|||
"Scalar-List-Utils-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qgg6zxqwziva5j1k5gjks4xmhmgklm551ni3zb74sd9f9rk90y4"))))
|
||||
"0x9n0617gjjcqa4nk5biiwkxdi90xpdfg6z07gjr009qjg3bkah6"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Scalar-List-Utils/")
|
||||
(synopsis "Common Scalar and List utility subroutines")
|
||||
|
|
Loading…
Reference in a new issue