guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: libabw: Update to 0.1.2.


From: Marius Bakke
Subject: 04/06: gnu: libabw: Update to 0.1.2.
Date: Thu, 1 Mar 2018 12:03:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 814bc35d55b53b55a252f74fe5e66ed8fec40105
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 28 20:40:44 2018 +0100

    gnu: libabw: Update to 0.1.2.
    
    * gnu/packages/libreoffice.scm (libabw): Update to 0.1.2.
---
 gnu/packages/libreoffice.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 29238ff..1ad3294 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -295,14 +295,14 @@ as Alfresco or Nuxeo.")
 (define-public libabw
   (package
     (name "libabw")
-    (version "0.1.1")
+    (version "0.1.2")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "http://dev-www.libreoffice.org/src/"; name "/"
+      (uri (string-append "https://dev-www.libreoffice.org/src/"; name "/"
                           name "-" version ".tar.xz"))
       (sha256 (base32
-               "0zi1zj4fpxgpglbbb5n1kg3dmhqq5rpf46lli89r5daavp19iing"))))
+               "11949iscdb99f2jplxjd39282jxcrf2fw0sqbh5dl7gqb96r8whb"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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