guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: libodfgen: Update to 0.1.7.


From: Tobias Geerinckx-Rice
Subject: 07/10: gnu: libodfgen: Update to 0.1.7.
Date: Wed, 8 Aug 2018 23:54:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cd4540ee41b5e0c739982e7249de503637954355
Author: Tobias Geerinckx-Rice <address@hidden>
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)



reply via email to

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