gnu: libnumbertext: Update to 1.0.6.

* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-10 03:25:59 +02:00
parent 56e1cc0c34
commit 7801e9f2d4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -599,7 +599,7 @@ (define-public libmspub
(define-public libnumbertext
(package
(name "libnumbertext")
(version "1.0.5")
(version "1.0.6")
(source
(origin
(method url-fetch)
@ -607,7 +607,7 @@ (define-public libnumbertext
"releases/download/" version
"/libnumbertext-" version ".tar.xz"))
(sha256
(base32 "1xzlwhwwhvr76kfdsw5gvfjfdayz803z65h331gv5dpc9imhijg1"))))
(base32 "0mxf22gpbr818ib4av17zmyx6i6nf4br5qlxq0qvfz5z6h5j57vk"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))