summary refs log tree commit diff
path: root/gnu/packages/gettext.scm
diff options
context:
space:
mode:
authorEuAndreh via Guix-patches via <guix-patches@gnu.org>2021-07-01 13:28:20 -0300
committerJulien Lepiller <julien@lepiller.eu>2021-07-02 01:28:21 +0200
commita597ddea423801158eaae7166e1730b10d0280e6 (patch)
tree6c11c44af320892329e1e9804521768831c6975b /gnu/packages/gettext.scm
parentfd549750d9ab23a0505aeb4c03e1299e860a4f16 (diff)
downloadguix-a597ddea423801158eaae7166e1730b10d0280e6.tar.gz
gnu: po4a: Update to 0.63.
* gnu/packages/gettext.scm (po4a): Update to 0.63.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r--gnu/packages/gettext.scm4
1 files 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