mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: perl-libintl-perl: Update to 1.31.
* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.31.
This commit is contained in:
parent
6618cfb796
commit
fbbd91ebd4
1 changed files with 2 additions and 3 deletions
|
@ -4643,15 +4643,14 @@ (define-public perl-log-report
|
||||||
(define-public perl-libintl-perl
|
(define-public perl-libintl-perl
|
||||||
(package
|
(package
|
||||||
(name "perl-libintl-perl")
|
(name "perl-libintl-perl")
|
||||||
(version "1.29")
|
(version "1.31")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/G/GU/GUIDO/"
|
(uri (string-append "mirror://cpan/authors/id/G/GU/GUIDO/"
|
||||||
"libintl-perl-" version ".tar.gz"))
|
"libintl-perl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1afandrl44mq9c32r57xr489gkfswdgc97h8x86k98dz1byv3l6a"))))
|
||||||
"1cgvrgh4axd8jlr6497ndgphgvgnqc1axd306460hskdvc85z4vq"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue