guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: libmspub: Update to 0.1.4.


From: Marius Bakke
Subject: 02/06: gnu: libmspub: Update to 0.1.4.
Date: Thu, 1 Mar 2018 12:03:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9ed31fca8100612491397da5060109f1b42d0c9a
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 28 20:38:37 2018 +0100

    gnu: libmspub: Update to 0.1.4.
    
    * gnu/packages/libreoffice.scm (libmspub): Update to 0.1.4.
    [source](uri): Use HTTPS.
---
 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 b7c675d..0f432b8 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -468,14 +468,14 @@ Aldus/Macromedia/Adobe FreeHand documents.")
 (define-public libmspub
   (package
     (name "libmspub")
-    (version "0.1.2")
+    (version "0.1.4")
     (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
-               "03sn6lxpr49sdq6j8q7fw7yjybyfahhs03z80388mh105pwapfmh"))))
+               "1fhkn013gzg59f4z7rldpbi0nj7lgdqzxanspsqa6axvmahw2dpg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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