guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: aspell-dict-ca: Update to 2.5.0.


From: guix-commits
Subject: 01/01: gnu: aspell-dict-ca: Update to 2.5.0.
Date: Sat, 2 Nov 2019 19:31:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9b4510910f4766a21309936efc05f0ca9ed334e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 3 00:30:44 2019 +0100

    gnu: aspell-dict-ca: Update to 2.5.0.
    
    * gnu/packages/aspell.scm (aspell-dict-ca): Update to 2.5.0.
---
 gnu/packages/aspell.scm | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 9482e64..af38c14 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -158,11 +158,20 @@ dictionaries, including personal ones.")
                       "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
 
 (define-public aspell-dict-ca
-  (aspell-dictionary "ca" "Catalan"
-                     #:version "2.1.5-1"
-                     #:sha256
-                     (base32
-                      "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb")))
+  (let ((version "2.5.0")
+        (sha256
+         (base32 "0kbi8fi7a1bys31kfqrlh332gyik0cfdmxgl7n15sa9c305rkgwq")))
+    (package
+      (inherit (aspell-dictionary "ca" "Catalan"
+                                  #:version version
+                                  #:sha256 sha256))
+      (source
+       (origin
+         (method url-fetch)
+         (uri (string-append 
"https://www.softcatala.org/pub/softcatala/aspell/";
+                             version "/aspell6-ca-" version ".tar.bz2"))
+         (sha256 sha256)))
+      (home-page "https://www.softcatala.org/pub/softcatala/aspell/";))))
 
 (define-public aspell-dict-de
   (aspell-dictionary "de" "German"



reply via email to

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