summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-06-22 12:43:33 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-06-22 13:51:11 +0300
commitcb180427d09a5f1144bfd4f51db0bc8c0cec7c6b (patch)
treea29e66315da86b8edc8c7ef35dac5506f9712c0e /gnu/packages/libreoffice.scm
parent3623696db15f031ea4d9894a96ea2579e4211218 (diff)
downloadguix-patches-cb180427d09a5f1144bfd4f51db0bc8c0cec7c6b.tar
guix-patches-cb180427d09a5f1144bfd4f51db0bc8c0cec7c6b.tar.gz
gnu: ixion: Update to 0.16.1.
* gnu/packages/libreoffice.scm (ixion): Update to 0.16.1.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 57a7d7b190..dc59209a1b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -88,7 +88,7 @@
(define-public ixion
(package
(name "ixion")
- (version "0.15.0")
+ (version "0.16.1")
(source
(origin
(method url-fetch)
@@ -96,7 +96,7 @@
version ".tar.xz"))
(sha256
(base32
- "1rmrl2zjzi4z0abf2cd54acypkccdhx2065dlyzy6xg83gv0mxmi"))))
+ "17q84mhy4rb3masvjw24x549irdjmccnc8n04xh58v9l7hxn8v22"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))