~ruther/guix-local

7801e9f2d4c6761593a9078d5ef019be8f350396 — Tobias Geerinckx-Rice 6 years ago 56e1cc0
gnu: libnumbertext: Update to 1.0.6.

* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.6.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/libreoffice.scm
M gnu/packages/libreoffice.scm => gnu/packages/libreoffice.scm +2 -2
@@ 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")))