gnu: perl-libintl-perl: Update to 1.31.

* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.31.
master
Tobias Geerinckx-Rice 2019-03-23 13:25:15 +01:00
parent 6618cfb796
commit fbbd91ebd4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View 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