diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 17:32:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-11 17:48:03 +0100 |
commit | e44d774481828ebe4151b3b26e999e07be27c984 (patch) | |
tree | 7a4a0a6da6e1f5c66a9bb43d81c018d178d33181 /gnu | |
parent | 72ba2db384364cc2661d88ccb7897da8586d5b04 (diff) | |
download | guix-e44d774481828ebe4151b3b26e999e07be27c984.tar.gz guix-e44d774481828ebe4151b3b26e999e07be27c984.zip |
gnu: perl-libintl-perl: Update to 1.32.
* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.32.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 40d2e6d364..3808f57d18 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -5777,14 +5777,14 @@ one: logging, exceptions, and translations.") (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 |