guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: po4a: Update to 0.69.


From: guix-commits
Subject: 01/03: gnu: po4a: Update to 0.69.
Date: Sat, 29 Jul 2023 12:02:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 2c662629804f1bb73fe10b8454d1b9a0bed8b768
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jul 27 15:34:11 2023 -0400

    gnu: po4a: Update to 0.69.
    
    * gnu/packages/gettext.scm (po4a): Update to 0.69.
---
 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 b3dd844147..f2e01e6a3f 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -237,14 +237,14 @@ from Markdown files.")
 (define-public po4a
   (package
     (name "po4a")
-    (version "0.68")
+    (version "0.69")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/mquinson/po4a/releases/download/v";
                                   version "/po4a-" version ".tar.gz"))
               (sha256
                (base32
-                "045i8izp2dqmkdzvnxyy5sy27ffrwl85dk8n6cmg1804ikk28qdg"))))
+                "15llrfdp4ilbrxy65hmmxka86xj0mrbqfiyzv715wrk16vqszm3w"))))
     (build-system perl-build-system)
     (arguments
      (list



reply via email to

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