1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

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

* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.29.
This commit is contained in:
Tobias Geerinckx-Rice
2018-06-03 21:09:17 +02:00
parent a0b9612fc9
commit 12eadf5649

View File

@@ -4619,7 +4619,7 @@ one: logging, exceptions, and translations.")
(define-public perl-libintl-perl
(package
(name "perl-libintl-perl")
(version "1.28")
(version "1.29")
(source
(origin
(method url-fetch)
@@ -4627,7 +4627,7 @@ one: logging, exceptions, and translations.")
"libintl-perl-" version ".tar.gz"))
(sha256
(base32
"1gafrfvicjclqlz6i62jx2iqbq878yn3ws86waz2sqbd3gxz5svv"))))
"1cgvrgh4axd8jlr6497ndgphgvgnqc1axd306460hskdvc85z4vq"))))
(build-system perl-build-system)
(arguments
`(#:phases