guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libtextstyle: Update to 0.21.


From: guix-commits
Subject: 02/02: gnu: libtextstyle: Update to 0.21.
Date: Mon, 27 Jul 2020 14:46:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7b58d009a952e0c36446a0a5d06582f1e9822bb6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 27 20:41:19 2020 +0200

    gnu: libtextstyle: Update to 0.21.
    
    * gnu/packages/gettext.scm (libtextstyle): Update to 0.21.
---
 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 6bee92c..b9070ae 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -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")



reply via email to

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