gnu: libzmf: Update to 0.0.2.

* gnu/packages/libreoffice.scm (libzmf): Update to 0.0.2.
This commit is contained in:
Marius Bakke 2017-10-08 18:17:58 +02:00
parent 37a68784a6
commit 7cb3e9d3fc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -675,14 +675,14 @@ Works word processor file format.")
(define-public libzmf (define-public libzmf
(package (package
(name "libzmf") (name "libzmf")
(version "0.0.1") (version "0.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dev-www.libreoffice.org/src/libzmf/libzmf-" (uri (string-append "http://dev-www.libreoffice.org/src/libzmf/libzmf-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (base32 (sha256 (base32
"0yp5l1b90xim506zmr3ljkn3qkvbc7qk3dnwq1snxdpr57m37xga")))) "08mg5kmkjrmqrd8j5rkzw9vdqlvibhb1ynp6bmfxnzq5rcq1l197"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)