gnu: gettext: Upgrade to 0.19.6.
authorLudovic Courtès <ludo@gnu.org>
Sat, 3 Oct 2015 10:25:22 +0000 (12:25 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 3 Oct 2015 12:36:12 +0000 (14:36 +0200)
* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.6.

gnu/packages/gettext.scm

index f1b0221..14dedc5 100644 (file)
 (define-public gnu-gettext
   (package
     (name "gettext")
-    (version "0.19.5")
+    (version "0.19.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gettext/gettext-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0fppvj4l9maa9q1swvhnv96hsqxx90vcjbdyjhqpir3ll55q2n0j"))))
+               "0pb9vp4ifymvdmc31ks3xxcnfqgzj8shll39czmk8c1splclqjzd"))))
     (build-system gnu-build-system)
     (inputs
      `(("expat" ,expat)))