diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-07-27 15:34:11 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-07-29 12:01:33 -0400 |
commit | 2c662629804f1bb73fe10b8454d1b9a0bed8b768 (patch) | |
tree | c6c23e7e12a7cc897ecfc2a1ce824cba26c234ee /gnu/packages/gettext.scm | |
parent | 6db0d1484ec598b7a0907dda78ccf39bb52d9c74 (diff) |
gnu: po4a: Update to 0.69.
* gnu/packages/gettext.scm (po4a): Update to 0.69.
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r-- | gnu/packages/gettext.scm | 4 |
1 files 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 |