gnu: libnumbertext: Update to 1.0.6.
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.6.
This commit is contained in:
parent
56e1cc0c34
commit
7801e9f2d4
1 changed files with 2 additions and 2 deletions
|
@ -599,7 +599,7 @@ Microsoft Publisher documents of all versions.")
|
||||||
(define-public libnumbertext
|
(define-public libnumbertext
|
||||||
(package
|
(package
|
||||||
(name "libnumbertext")
|
(name "libnumbertext")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -607,7 +607,7 @@ Microsoft Publisher documents of all versions.")
|
||||||
"releases/download/" version
|
"releases/download/" version
|
||||||
"/libnumbertext-" version ".tar.xz"))
|
"/libnumbertext-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xzlwhwwhvr76kfdsw5gvfjfdayz803z65h331gv5dpc9imhijg1"))))
|
(base32 "0mxf22gpbr818ib4av17zmyx6i6nf4br5qlxq0qvfz5z6h5j57vk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-static")))
|
`(#:configure-flags '("--disable-static")))
|
||||||
|
|
Reference in a new issue