diff mbox series

[bug#41335] 000-gettext.patch

Message ID CAFkJGRfBLUsBgPzic-H=j7H0W1Ajxm5W_b=bGBnCLni2eKqe=g@mail.gmail.com
State Accepted
Headers show
Series [bug#41335] 000-gettext.patch | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Anadon May 16, 2020, 8:07 p.m. UTC

Comments

Anadon May 16, 2020, 8:29 p.m. UTC | #1
Fixes #41301

On Sat, May 16, 2020 at 4:08 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 41335@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 41335: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41335
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
Marius Bakke May 17, 2020, 10:53 a.m. UTC | #2
Josh Marshall <joshua.r.marshall.1991@gmail.com> writes:

> 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

Pushed to core-updates (with a commit message), thanks!
diff mbox series

Patch

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