gnu: perl-list-moreutils-xs: Update to 0.430.
* gnu/packages/perl.scm (perl-list-moreutils-xs): Update to 0.430.
This commit is contained in:
parent
b317323a42
commit
a78342a32c
1 changed files with 2 additions and 3 deletions
|
@ -5931,15 +5931,14 @@ functionality on lists which is not going to go into List::Util.")
|
|||
(define-public perl-list-moreutils-xs
|
||||
(package
|
||||
(name "perl-list-moreutils-xs")
|
||||
(version "0.428")
|
||||
(version "0.430")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/R/RE/REHSACK/List-MoreUtils-XS-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bfndmnkqaaf3gffprak143bzplxd69c368jxgr7rzlx88hyd7wx"))))
|
||||
(base32 "0hmjkhmk1qlzbg8skq7g1zral07k1x0fk4w2fpcfr7hpgkaldkp8"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-config-autoconf" ,perl-config-autoconf)
|
||||
|
|
Reference in a new issue