emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49319: closed ([PATCH] gnu: po4a: Update to 0.63.)


From: GNU bug Tracking System
Subject: bug#49319: closed ([PATCH] gnu: po4a: Update to 0.63.)
Date: Thu, 01 Jul 2021 23:35:02 +0000

Your message dated Fri, 2 Jul 2021 01:34:13 +0200
with message-id <20210702013413.5a9b2da2@tachikoma.lepiller.eu>
and subject line Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63.
has caused the debbugs.gnu.org bug report #49319,
regarding [PATCH] gnu: po4a: Update to 0.63.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49319: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49319
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: po4a: Update to 0.63. Date: Thu, 1 Jul 2021 13:28:20 -0300
* gnu/packages/gettext.scm (po4a): Update to 0.63.
---
I've sent a patch yesterday that fixes PER5LIB on the package build of
po4a [0], but this one is unrelated and can be applied independently.

[0]: https://issues.guix.gnu.org/49294

 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 21228694d7..82604ee9be 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -225,14 +225,14 @@ from Markdown files.")
 (define-public po4a
   (package
     (name "po4a")
-    (version "0.61")
+    (version "0.63")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/mquinson/po4a/releases/download/v";
                                   version "/po4a-" version ".tar.gz"))
               (sha256
                (base32
-                "1nw61dj7ymrsjps79vvfdzp549drwd51kyj598937zvyafq4r5b2"))))
+                "1kmlfpdl1i1wrcdn0k1frh44fq10sfwswi3azvibli2lakpf66z2"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases
-- 
2.32.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63. Date: Fri, 2 Jul 2021 01:34:13 +0200
Le Thu, 01 Jul 2021 14:10:12 -0400,
Julien Lepiller <julien@lepiller.eu> a écrit :

> Since po4a is a dependency of guix (for the translated manual), have
> you checked that this does not break anything by running "make
> as-derivation"?
>

Pushed as a597ddea423801158eaae7166e1730b10d0280e6, thank you!

In the end, I was able to run "make as-derivation" myself to check
everything was good :)


--- End Message ---

reply via email to

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