aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-06-07 13:24:26 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-06-08 23:49:46 +0200
commit04aec35b783a0ec68fd09d8de6d0b3562e99047d (patch)
tree6068841339f37497f9ffaa1d2f7b9f37a0d04045
parent2ea01d91b8afc4c1b3cbfd025173976477a1965f (diff)
downloadguix-04aec35b783a0ec68fd09d8de6d0b3562e99047d.tar
guix-04aec35b783a0ec68fd09d8de6d0b3562e99047d.tar.gz
gnu: po4a: Update to 0.56.
* gnu/packages/gettext.scm (po4a): Update to 0.56.
-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 7d6d62acda..ef80af42ea 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -176,14 +176,14 @@ color, font attributes (weight, posture), or underlining.")
(define-public po4a
(package
(name "po4a")
- (version "0.55")
+ (version "0.56")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mquinson/po4a/releases/download/v"
version "/po4a-" version ".tar.gz"))
(sha256
(base32
- "1qss4q5df3nsydsbggb7gg50bn0kdxq5wn8riqm9zwkiq6a4bifg"))))
+ "0kyhww0yw4q0m4vj8vil2wsf6sn4hidh8mqz2gjrq7gpdf83cmnr"))))
(build-system perl-build-system)
(arguments
`(#:phases