me
/
guix
Archived
1
0
Fork 0

gnu: gettext: Upgrade to 0.18.3.1.

* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3.1.
master
Ludovic Courtès 2013-11-18 00:20:56 +01:00
parent 65d3b7c31d
commit 0129c94832
1 changed files with 2 additions and 2 deletions

View File

@ -26,14 +26,14 @@
(define-public gettext
(package
(name "gettext")
(version "0.18.3")
(version "0.18.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gettext/gettext-"
version ".tar.gz"))
(sha256
(base32
"0j7rp56c61j4k1bz1xdc041hzv7186yyzhbp95fmc0zq7l2c3wrn"))))
"0p940zmmw1lndvdhck2vrazikjhr02affwy47mmpfxqvacrrm3qd"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-cons-before