gnu: libpagemaker: Update to 0.0.4.

* gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.4.
[source](uri): Use HTTPS.
This commit is contained in:
Marius Bakke 2018-02-28 20:39:17 +01:00
parent 9ed31fca81
commit c7cc1fcbe0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -495,14 +495,14 @@ Microsoft Publisher documents of all versions.")
(define-public libpagemaker (define-public libpagemaker
(package (package
(name "libpagemaker") (name "libpagemaker")
(version "0.0.3") (version "0.0.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
"1minj0q14d44qfas81a8lkpgj288h5xlkjp084sfx17xv9axr5nq")))) "17ai8ajffr0ixxmmcv3k5vgjlcsix38ldb4fw2arild70pbsrbb6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("doxygen" ,doxygen)