mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libmspub: Update to 0.1.4.
* gnu/packages/libreoffice.scm (libmspub): Update to 0.1.4. [source](uri): Use HTTPS.
This commit is contained in:
parent
789445a10a
commit
9ed31fca81
1 changed files with 3 additions and 3 deletions
|
@ -468,14 +468,14 @@ (define-public libfreehand
|
||||||
(define-public libmspub
|
(define-public libmspub
|
||||||
(package
|
(package
|
||||||
(name "libmspub")
|
(name "libmspub")
|
||||||
(version "0.1.2")
|
(version "0.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"03sn6lxpr49sdq6j8q7fw7yjybyfahhs03z80388mh105pwapfmh"))))
|
"1fhkn013gzg59f4z7rldpbi0nj7lgdqzxanspsqa6axvmahw2dpg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
|
Loading…
Reference in a new issue