guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: aspell-dict-it: Update to 2.4-20070901-0.


From: guix-commits
Subject: 03/07: gnu: aspell-dict-it: Update to 2.4-20070901-0.
Date: Tue, 12 Mar 2019 10:26:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8dbd8e426c7d7e4c14f9e787e68fd9d00edccb1e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 12 13:14:53 2019 +0100

    gnu: aspell-dict-it: Update to 2.4-20070901-0.
    
    * gnu/packages/aspell.scm (aspell-dict-it): Update to 2.4-20070901-0.
---
 gnu/packages/aspell.scm | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index ca9fc8e..dd006e8 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Christopher Andersson <address@hidden>
 ;;; Copyright © 2016 Theodoros Foradis <address@hidden>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -197,11 +197,25 @@ dictionaries, including personal ones.")
                       "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))
 
 (define-public aspell-dict-it
-  (aspell-dictionary "it" "Italian"
-                     #:version "2.2_20050523-0"
-                     #:sha256
-                     (base32
-                      "1gdf7bc1a0kmxsmphdqq8pl01h667mjsj6hihy6kqy14k5qdq69v")))
+  (let ((version "2.4-20070901-0")
+        (sha256
+         (base32 "0d6ypii3jblprpibazb6ypady536jz62rwxlss1x1raq07rhvvqn")))
+    (package
+      (inherit (aspell-dictionary "it" "Italian"
+                                  #:version version
+                                  #:sha256 sha256))
+
+      ;; The version hosted at <https://ftp.gnu.org/gnu/aspell/dict> is even
+      ;; more out of date.
+      (source
+       (origin
+         (method url-fetch)
+         (uri (string-append "mirror://sourceforge/linguistico/"
+                             "Dizionario%20italiano%20per%20Aspell/" version 
"/"
+                             "aspell6-it-" version ".tar.bz2"))
+         (sha256 sha256)))
+       (home-page
+        "http://linguistico.sourceforge.net/pages/dizionario_italiano.html";))))
 
 (define-public aspell-dict-nl
   (aspell-dictionary "nl" "Dutch"



reply via email to

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