From: EuAndreh via Guix-patches via <guix-patches@gnu.org>
To: 49319@debbugs.gnu.org
Cc: EuAndreh <eu@euandre.org>
Subject: [bug#49319] [PATCH] gnu: po4a: Update to 0.63.
Date: Thu, 1 Jul 2021 13:28:20 -0300 [thread overview]
Message-ID: <20210701162820.3333798-1-eu@euandre.org> (raw)
* 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
next reply other threads:[~2021-07-01 16:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-01 16:28 EuAndreh via Guix-patches via [this message]
2021-07-01 18:10 ` [bug#49319] [PATCH] gnu: po4a: Update to 0.63 Julien Lepiller
2021-07-01 23:34 ` bug#49319: " Julien Lepiller
2021-07-02 0:01 ` [bug#49319] " EuAndreh via Guix-patches via
2021-07-01 23:48 ` EuAndreh via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210701162820.3333798-1-eu@euandre.org \
--to=guix-patches@gnu.org \
--cc=49319@debbugs.gnu.org \
--cc=eu@euandre.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.