guix-commits
[Top][All Lists]
Advanced

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

09/22: gnu: libexttextcat: Update to 3.4.5.


From: Marius Bakke
Subject: 09/22: gnu: libexttextcat: Update to 3.4.5.
Date: Tue, 10 Oct 2017 13:53:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ae443ec1fa4cb992b297ee4a4e240c263c026856
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 17:27:12 2017 +0200

    gnu: libexttextcat: Update to 3.4.5.
    
    * gnu/packages/libreoffice.scm (libexttextcat): Update to 3.4.5.
---
 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 5c44fb3..34cd894 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -434,14 +434,14 @@ standard 21.0.2.")
 (define-public libexttextcat
   (package
     (name "libexttextcat")
-    (version "3.4.4")
+    (version "3.4.5")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://dev-www.libreoffice.org/src/"; name "/"
                           name "-" version ".tar.xz"))
       (sha256 (base32
-               "14v2hkygnmf1zgahfm1fha47cr67iikrz2ymiqi28d2jydn0hk7j"))))
+               "1j6sjwkyhqvsgyw938bxxfwkzzi1mahk66g5342lv6j89jfvrz8k"))))
     (build-system gnu-build-system)
     (home-page "http://www.freedesktop.org/wiki/Software/libexttextcat/";)
     (synopsis "Text Categorization library")



reply via email to

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