gnu: libtextstyle: Update to 0.21.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 27 Jul 2020 18:41:19 +0000 (20:41 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 27 Jul 2020 18:46:19 +0000 (20:46 +0200)
* gnu/packages/gettext.scm (libtextstyle): Update to 0.21.

gnu/packages/gettext.scm

index 6bee92c..b9070ae 100644 (file)
@@ -148,14 +148,14 @@ translated messages from the catalogs.  Nearly all GNU packages use Gettext.")
 (define-public libtextstyle
   (package
     (name "libtextstyle")
-    (version "0.20.2")
+    (version "0.21")
     (source (origin
               (inherit (package-source gnu-gettext))
               (uri (string-append "mirror://gnu/gettext/gettext-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1wc9q3y8rsbd757v985vxqcyqsxs7cxk4x7rzsjmq7d4ij8d1fgc"))))
+                "04kbg1sx0ncfrsbr85ggjslqkzzb243fcw9nyh3rrv1a22ihszf7"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")