summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-02-28 20:38:37 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-01 17:40:48 +0100
commit9ed31fca8100612491397da5060109f1b42d0c9a (patch)
tree55b9136b619694ec2464ed37b428b107f8934f03 /gnu/packages
parent789445a10a23245cd81c556c28049a2b84fa7043 (diff)
downloadpatches-9ed31fca8100612491397da5060109f1b42d0c9a.tar
patches-9ed31fca8100612491397da5060109f1b42d0c9a.tar.gz
gnu: libmspub: Update to 0.1.4.
* gnu/packages/libreoffice.scm (libmspub): Update to 0.1.4. [source](uri): Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/libreoffice.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index b7c675d274..0f432b8684 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)