summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-03 19:30:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:44:56 +0100
commitf3326638f58f5f1137a3ca15c5ad4eae639e0666 (patch)
treeea7226c20eba4cccb986fc2410cd096c5d112721 /gnu/packages/libreoffice.scm
parent6a3d7e2540cc95937cedf296f32d11330f22cb3f (diff)
downloadguix-patches-f3326638f58f5f1137a3ca15c5ad4eae639e0666.tar
guix-patches-f3326638f58f5f1137a3ca15c5ad4eae639e0666.tar.gz
gnu: libnumbertext: Update to 1.0.7.
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.7.
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 bae28a4483..a8c2ac5c4b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -600,7 +600,7 @@ Microsoft Publisher documents of all versions.")
(define-public libnumbertext
(package
(name "libnumbertext")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
@@ -608,7 +608,7 @@ Microsoft Publisher documents of all versions.")
"releases/download/" version
"/libnumbertext-" version ".tar.xz"))
(sha256
- (base32 "0mxf22gpbr818ib4av17zmyx6i6nf4br5qlxq0qvfz5z6h5j57vk"))))
+ (base32 "1z31idnmd9iv6ra5dcsn7q70wv32clk2sqc5bbhimqcsp2f29f0p"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))