summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 17:47:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-11 17:48:03 +0100
commita78342a32ca55b57f994c49e9a1cbe70b2e12e54 (patch)
treeb38bc327912c7697b66e1c4c30f686ac018287f8 /gnu
parentb317323a42c8b78ac85c185a5454b345eb0f1337 (diff)
downloadguix-a78342a32ca55b57f994c49e9a1cbe70b2e12e54.tar.gz
gnu: perl-list-moreutils-xs: Update to 0.430.
* gnu/packages/perl.scm (perl-list-moreutils-xs): Update to 0.430.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 2ce2b85000..d49ca005ba 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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)