all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#41335] 000-gettext.patch
@ 2020-05-16 20:07 Josh Marshall
       [not found] ` <handler.41335.B.158965967218319.ack@debbugs.gnu.org>
  2020-05-17 10:53 ` bug#41301: [bug#41335] 000-gettext.patch Marius Bakke
  0 siblings, 2 replies; 3+ messages in thread
From: Josh Marshall @ 2020-05-16 20:07 UTC (permalink / raw)
  To: 41335

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 202acf25d4..7ca0acbf8b 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-17 10:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 20:07 [bug#41335] 000-gettext.patch Josh Marshall
     [not found] ` <handler.41335.B.158965967218319.ack@debbugs.gnu.org>
2020-05-16 20:29   ` [bug#41335] Acknowledgement (000-gettext.patch) Josh Marshall
2020-05-17 10:53 ` bug#41301: [bug#41335] 000-gettext.patch Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.