nckx pushed a commit to branch master
in repository guix.
commit cd4540ee41b5e0c739982e7249de503637954355
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Wed Aug 8 21:54:43 2018 +0200
gnu: libodfgen: Update to 0.1.7.
* gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.7.
[source]: Update URI.
---
gnu/packages/libreoffice.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 25c99f1..3dc7a4b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -584,14 +584,14 @@ Microsoft Visio documents of all versions.")
(define-public libodfgen
(package
(name "libodfgen")
- (version "0.1.6")
+ (version "0.1.7")
(source
(origin
(method url-fetch)
- (uri (string-append "http://dev-www.libreoffice.org/src/"
- name "-" version ".tar.bz2"))
+ (uri (string-append "mirror://sourceforge/libwpd/" name "/"
+ name "-" version "/" name "-" version ".tar.xz"))
(sha256 (base32
- "1hn91bm6dni7n3frh7lpbj3mjqmdrpn12ipq8rswd9445y4j2yrc"))))
+ "0cdq48wlpp8m0qmndybv64r0m4vh0qsqx69cn6ms533cjlgljgij"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)