diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-16 19:00:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-16 23:32:43 +0100 |
commit | 4290b2655eae0b2ebaa878f0fb65d57458d2b801 (patch) | |
tree | 4488a47f4f5ef0a52b4389a8ff60b01ae7ba65e2 /gnu/packages/libreoffice.scm | |
parent | 8e9a84d957d7a6180e0866777e6d6f85a3b66058 (diff) | |
download | guix-4290b2655eae0b2ebaa878f0fb65d57458d2b801.tar guix-4290b2655eae0b2ebaa878f0fb65d57458d2b801.tar.gz |
gnu: libqxp: Update to 0.0.2.
* gnu/packages/libreoffice.scm (libqxp): Update to 0.0.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index dab819d9b2..77a80a8d06 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -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) |