guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: po4a: Update to 0.63.


From: guix-commits
Subject: branch master updated: gnu: po4a: Update to 0.63.
Date: Thu, 01 Jul 2021 19:29:54 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a597dde  gnu: po4a: Update to 0.63.
a597dde is described below

commit a597ddea423801158eaae7166e1730b10d0280e6
Author: EuAndreh via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Thu Jul 1 13:28:20 2021 -0300

    gnu: po4a: Update to 0.63.
    
    * gnu/packages/gettext.scm (po4a): Update to 0.63.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 2122869..82604ee 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



reply via email to

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