mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libnumbertext: Update to 1.0.7.
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.7.
This commit is contained in:
parent
6a3d7e2540
commit
f3326638f5
1 changed files with 2 additions and 2 deletions
|
@ -600,7 +600,7 @@ (define-public libmspub
|
||||||
(define-public libnumbertext
|
(define-public libnumbertext
|
||||||
(package
|
(package
|
||||||
(name "libnumbertext")
|
(name "libnumbertext")
|
||||||
(version "1.0.6")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -608,7 +608,7 @@ (define-public libnumbertext
|
||||||
"releases/download/" version
|
"releases/download/" version
|
||||||
"/libnumbertext-" version ".tar.xz"))
|
"/libnumbertext-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mxf22gpbr818ib4av17zmyx6i6nf4br5qlxq0qvfz5z6h5j57vk"))))
|
(base32 "1z31idnmd9iv6ra5dcsn7q70wv32clk2sqc5bbhimqcsp2f29f0p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-static")))
|
`(#:configure-flags '("--disable-static")))
|
||||||
|
|
Loading…
Reference in a new issue