diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-08 17:27:12 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-10 18:38:00 +0200 |
commit | ae443ec1fa4cb992b297ee4a4e240c263c026856 (patch) | |
tree | 2ea5549c3051650b3d9124de64b9a430acfb3d46 /gnu/packages/libreoffice.scm | |
parent | c6234e8ac881b7d60441811fe54866b8fe4cad4a (diff) | |
download | guix-ae443ec1fa4cb992b297ee4a4e240c263c026856.tar guix-ae443ec1fa4cb992b297ee4a4e240c263c026856.tar.gz |
gnu: libexttextcat: Update to 3.4.5.
* gnu/packages/libreoffice.scm (libexttextcat): Update to 3.4.5.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 5c44fb31e1..34cd894922 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") |