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

* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.32.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-11 17:32:38 +01:00
parent 72ba2db384
commit e44d774481
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5777,14 +5777,14 @@ (define-public perl-log-report
(define-public perl-libintl-perl
(package
(name "perl-libintl-perl")
(version "1.31")
(version "1.32")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GU/GUIDO/"
"libintl-perl-" version ".tar.gz"))
(sha256
(base32 "1afandrl44mq9c32r57xr489gkfswdgc97h8x86k98dz1byv3l6a"))))
(base32 "19gbbh9w3rl805mv6mg1q80fsrg610h098qhf7ycnkjnyac84440"))))
(build-system perl-build-system)
(arguments
`(#:phases