gnu: gettext: Update to 0.19.8.1.

* gnu/packages/gettext.scm (gettext): Update to 0.19.8.1.
This commit is contained in:
Efraim Flashner 2016-08-14 09:54:53 +03:00
parent a7a92b02bf
commit fba0d4c97a
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@
(define-public gnu-gettext (define-public gnu-gettext
(package (package
(name "gettext") (name "gettext")
(version "0.19.8") (version "0.19.8.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gettext/gettext-" (uri (string-append "mirror://gnu/gettext/gettext-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13ylc6n3hsk919c7xl0yyibc3pfddzb53avdykn4hmk8g6yzd91x")))) "0hsw28f9q9xaggjlsdp2qmbp2rbd1mp0njzan2ld9kiqwkq2m57z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"doc")) ;8 MiB of HTML "doc")) ;8 MiB of HTML