diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-20 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-27 01:00:01 +0100 |
commit | bc7b16a5650bc894f300f9700ee232de95b62a6b (patch) | |
tree | 454d4e9a5bebf8d80aaf6f9d7e1222526c912f0d | |
parent | 9bd67e8209daa9663981eedb836c76e8f3ebe6f0 (diff) | |
download | guix-bc7b16a5650bc894f300f9700ee232de95b62a6b.tar.gz guix-bc7b16a5650bc894f300f9700ee232de95b62a6b.zip |
gnu: libwps: Update to 0.4.13.
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.13.
-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 f6ff3f5a14..8d6923c573 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -745,14 +745,14 @@ from the old StarOffice (.sdc, .sdw, ...).") (define-public libwps (package (name "libwps") - (version "0.4.12") + (version "0.4.13") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "1nsfacqp5sfkyayw7q0wp68lidksd1wjdix8qmsbf0vdl19gn6p2")))) + "03y4aslp5lfqc14agn0hgkifwrknh8s4hfjll9wrfs1hq3kaz5ff")))) (build-system gnu-build-system) (native-inputs (list doxygen pkg-config)) |