gnu: po4a: Update to 0.69.

* gnu/packages/gettext.scm (po4a): Update to 0.69.
This commit is contained in:
Maxim Cournoyer 2023-07-27 15:34:11 -04:00
parent 6db0d1484e
commit 2c66262980
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -237,14 +237,14 @@ from Markdown files.")
(define-public po4a (define-public po4a
(package (package
(name "po4a") (name "po4a")
(version "0.68") (version "0.69")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/mquinson/po4a/releases/download/v" (uri (string-append "https://github.com/mquinson/po4a/releases/download/v"
version "/po4a-" version ".tar.gz")) version "/po4a-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"045i8izp2dqmkdzvnxyy5sy27ffrwl85dk8n6cmg1804ikk28qdg")))) "15llrfdp4ilbrxy65hmmxka86xj0mrbqfiyzv715wrk16vqszm3w"))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments (arguments
(list (list