guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: libnumbertext: Update to 1.0.5.


From: guix-commits
Subject: 08/14: gnu: libnumbertext: Update to 1.0.5.
Date: Sat, 16 Mar 2019 18:35:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8e9a84d957d7a6180e0866777e6d6f85a3b66058
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 16 18:46:42 2019 +0100

    gnu: libnumbertext: Update to 1.0.5.
    
    * gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.5.
    [source]: Use a release tarball.
    [native-inputs]: Remove autoconf, automake, libtool, and pkg-config.
---
 gnu/packages/libreoffice.scm | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index cb18ded..dab819d 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2016, 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Alex Griffin <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Andy Wingo <address@hidden>
 ;;; Copyright © 2017, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Marius Bakke <address@hidden>
@@ -527,24 +527,18 @@ Microsoft Publisher documents of all versions.")
 (define-public libnumbertext
   (package
     (name "libnumbertext")
-    (version "1.0")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/numbertext/"; name
-                           "/archive/" version ".tar.gz"))
+       (uri (string-append "https://github.com/Numbertext/libnumbertext/";
+                           "releases/download/" version
+                           "/libnumbertext-" version ".tar.xz"))
        (sha256
-        (base32
-         "0wnsn4911fdd2na8jxkcvmk04a6xw6qlviic9w4qwg9fcym6866v"))
-       (file-name (string-append name "-" version ".tar.gz"))))
+        (base32 "1xzlwhwwhvr76kfdsw5gvfjfdayz803z65h331gv5dpc9imhijg1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))
-    (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("libtool" ,libtool)
-       ("pkg-config" ,pkg-config)))
     (home-page "https://github.com/Numbertext/libnumbertext";)
     (synopsis "Language-neutral @code{NUMBERTEXT} and @code{MONEYTEXT} 
functions")
     (description



reply via email to

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