guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gettext-minimal: Update to 0.20.2.


From: guix-commits
Subject: 01/02: gnu: gettext-minimal: Update to 0.20.2.
Date: Sun, 17 May 2020 06:52:21 -0400 (EDT)

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

commit 7b46b31336a465ae2ab62206e37f4c3fe92f48e2
Author: Josh Marshall <address@hidden>
AuthorDate: Sat May 16 16:07:38 2020 -0400

    gnu: gettext-minimal: Update to 0.20.2.
    
    * gnu/packages/gettext.scm (gettext-minimal): Update to 0.20.2.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 202acf2..7ca0acb 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -44,14 +44,14 @@
 (define-public gettext-minimal
   (package
     (name "gettext-minimal")
-    (version "0.20.1")
+    (version "0.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gettext/gettext-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0p3zwkk27wm2m2ccfqm57nj7vqkmfpn7ja1nf65zmhz8qqs5chb6"))))
+                "1wc9q3y8rsbd757v985vxqcyqsxs7cxk4x7rzsjmq7d4ij8d1fgc"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                            ;9 MiB of HTML



reply via email to

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