Archived
1
0
Fork 0

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:
Tobias Geerinckx-Rice 2020-11-11 17:47:18 +01:00
parent b317323a42
commit a78342a32c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)