guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ispell: Update to 3.4.03.


From: guix-commits
Subject: 01/02: gnu: ispell: Update to 3.4.03.
Date: Wed, 2 Jun 2021 09:40:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1bd85824c7a04e8c77bb2ba31c310975664c7a53
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 2 13:40:01 2021 +0200

    gnu: ispell: Update to 3.4.03.
    
    * gnu/packages/aspell.scm (ispell): Update to 3.4.03.
---
 gnu/packages/aspell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index e19c369..4821e08 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -489,14 +489,14 @@ under permissive licensing terms.  See the 'Copyright' 
file."))))
 (define-public ispell
   (package
     (name "ispell")
-    (version "3.4.02")
+    (version "3.4.03")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0b6rqzqjdhwf323sf1dv8qzx5pxa5asz618922r59zjp65660yb6"))))
+        (base32 "040wvf81ihq2sdacvi4kk1n6f19fjdn44hb1ydz0l5lj1sz6mrxs"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-build? #f



reply via email to

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