gnu: libqxp: Update to 0.0.2.

* gnu/packages/libreoffice.scm (libqxp): Update to 0.0.2.
master
Tobias Geerinckx-Rice 2019-03-16 19:00:32 +01:00
parent 8e9a84d957
commit 4290b2655e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -897,14 +897,14 @@ and to return information on pronunciations, meanings and synonyms.")
(define-public libqxp
(package
(name "libqxp")
(version "0.0.1")
(version "0.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dev-www.libreoffice.org/src/libqxp/"
"libqxp-" version ".tar.xz"))
(sha256
(base32
"0wswz49y0lqwqw2nj9j7jaj5ag88hapcz8czgkxax57zhihpy9cc"))))
"0p4lb84m05wqd8qr8ni9sp80ivlm83ffn0nxiv4m42hj22qvcdz1"))))
(build-system gnu-build-system)
(inputs
`(("boost" ,boost)