guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: lttoolbox: Update to 3.5.3.


From: guix-commits
Subject: 03/11: gnu: lttoolbox: Update to 3.5.3.
Date: Tue, 22 Dec 2020 19:50:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 315b3d5a4a4cba43fec4d5ef589b03221df9792e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 22 23:30:12 2020 +0100

    gnu: lttoolbox: Update to 3.5.3.
    
    * gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.3.
---
 gnu/packages/dictionaries.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 9bc3925..ffdaf89 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -304,15 +304,15 @@ translation engines from your terminal.")
 (define-public lttoolbox
   (package
     (name "lttoolbox")
-    (version "3.5.1")
+    (version "3.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://github.com/apertium/lttoolbox/releases/download/v";
-             version "/lttoolbox-" version ".tar.gz"))
+             version "/lttoolbox-" version ".tar.bz2"))
        (sha256
-        (base32 "14yyrkzyqlsrii3v3ggg4dyvwlrcqcqc0aprphz5781a44jsrcwz"))))
+        (base32 "109l91ailish1a3vya5zmfg3kb67cwyzl36ndnh8f59chsbm6n2f"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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