guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/35: gnu: libnumbertext: Update to 1.0.7.


From: guix-commits
Subject: 07/35: gnu: libnumbertext: Update to 1.0.7.
Date: Wed, 3 Mar 2021 18:45:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f3326638f58f5f1137a3ca15c5ad4eae639e0666
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 19:30:40 2021 +0100

    gnu: libnumbertext: Update to 1.0.7.
    
    * gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.7.
---
 gnu/packages/libreoffice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index bae28a4..a8c2ac5 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]