guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: gettext: Update to 0.19.8.1.


From: Efraim Flashner
Subject: 05/09: gnu: gettext: Update to 0.19.8.1.
Date: Mon, 15 Aug 2016 07:43:44 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit fba0d4c97a5e5f5312471d195886ad550c96b580
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 14 09:54:53 2016 +0300

    gnu: gettext: Update to 0.19.8.1.
    
    * gnu/packages/gettext.scm (gettext): Update to 0.19.8.1.
---
 gnu/packages/gettext.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]