gnu: perl-list-moreutils-xs: Update to 0.428.

* gnu/packages/perl.scm (perl-list-moreutils-xs): Update to 0.428.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-12 11:08:54 +01:00
parent 89badfbcc3
commit 24397ab1a3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4580,7 +4580,7 @@ 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.426")
(version "0.428")
(source
(origin
(method url-fetch)
@ -4588,7 +4588,7 @@ functionality on lists which is not going to go into List::Util.")
version ".tar.gz"))
(sha256
(base32
"0ss0a0f9yqs7gd9qamhaxq27mvn573ljg28ry1gy2pxbz56byzbc"))))
"0bfndmnkqaaf3gffprak143bzplxd69c368jxgr7rzlx88hyd7wx"))))
(build-system perl-build-system)
(native-inputs
`(("perl-config-autoconf" ,perl-config-autoconf)