gnu: perl-libintl-perl: Update to 1.31.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 12:25:15 +0000 (13:25 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 14:24:19 +0000 (15:24 +0100)
* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.31.

gnu/packages/perl.scm

index ac13db9..a76d8fc 100644 (file)
@@ -4643,15 +4643,14 @@ one: logging, exceptions, and translations.")
 (define-public perl-libintl-perl
   (package
     (name "perl-libintl-perl")
-    (version "1.29")
+    (version "1.31")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/G/GU/GUIDO/"
                            "libintl-perl-" version ".tar.gz"))
        (sha256
-        (base32
-         "1cgvrgh4axd8jlr6497ndgphgvgnqc1axd306460hskdvc85z4vq"))))
+        (base32 "1afandrl44mq9c32r57xr489gkfswdgc97h8x86k98dz1byv3l6a"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases