diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-15 09:55:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-15 09:55:40 +0200 |
commit | b1e50c32a0322cd63afad14337e2a49481b1979b (patch) | |
tree | 482c7d53ee29b8c1a36e12597a709aa6af1102ae | |
parent | 5af6de3e67cd2f90773d9ca36ecd19a1177063fd (diff) | |
download | patches-b1e50c32a0322cd63afad14337e2a49481b1979b.tar patches-b1e50c32a0322cd63afad14337e2a49481b1979b.tar.gz |
gnu: gettext: Update to 0.19.2.
* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.2.
-rw-r--r-- | gnu/packages/gettext.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index a4c8ef1a34..92da811366 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -34,14 +34,14 @@ (define-public gnu-gettext (package (name "gettext") - (version "0.19.1") + (version "0.19.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gettext/gettext-" version ".tar.gz")) (sha256 (base32 - "1ih104j74dw90cb18ym50qlks3k6632zsiv2c94fnpyzbgcp2x18")))) + "1fs9jbmcx26f2ghvnn92x1ks7qfhjg2wv7fbv5nczaz0yrpawj0c")))) (build-system gnu-build-system) (inputs `(("expat" ,expat))) |