summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 03:25:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 04:37:24 +0200
commit7801e9f2d4c6761593a9078d5ef019be8f350396 (patch)
treeddb44db5ac0b48a4eb84b9ac39e99f69b5062432 /gnu/packages/libreoffice.scm
parent56e1cc0c34f5634563cfb6e0c188827551de0539 (diff)
downloadguix-patches-7801e9f2d4c6761593a9078d5ef019be8f350396.tar
guix-patches-7801e9f2d4c6761593a9078d5ef019be8f350396.tar.gz
gnu: libnumbertext: Update to 1.0.6.
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.6.
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 34579a776c..a98ae152f6 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -599,7 +599,7 @@ Microsoft Publisher documents of all versions.")
(define-public libnumbertext
(package
(name "libnumbertext")
- (version "1.0.5")
+ (version "1.0.6")
(source
(origin
(method url-fetch)
@@ -607,7 +607,7 @@ Microsoft Publisher documents of all versions.")
"releases/download/" version
"/libnumbertext-" version ".tar.xz"))
(sha256
- (base32 "1xzlwhwwhvr76kfdsw5gvfjfdayz803z65h331gv5dpc9imhijg1"))))
+ (base32 "0mxf22gpbr818ib4av17zmyx6i6nf4br5qlxq0qvfz5z6h5j57vk"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))