guix-commits
[Top][All Lists]
Advanced

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

91/113: gnu: gspell: Update to 1.8.4.


From: guix-commits
Subject: 91/113: gnu: gspell: Update to 1.8.4.
Date: Wed, 24 Mar 2021 19:23:57 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 04c9a2a3464cabe9cabb0976c88b61647fbed7ce
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:53:31 2021 +0100

    gnu: gspell: Update to 1.8.4.
    
    * gnu/packages/gnome.scm (gspell): Update to 1.8.4.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f8401af..b5e684c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10078,7 +10078,7 @@ that support the Assistive Technology Service Provider 
Interface (AT-SPI).")
 (define-public gspell
   (package
     (name "gspell")
-    (version "1.8.2")
+    (version "1.8.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10086,7 +10086,7 @@ that support the Assistive Technology Service Provider 
Interface (AT-SPI).")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1miybm1z5cl91i25l7mfqlxhv7j8yy8rcgi0s1bgbb2vm71rb4dv"))
+                "1d23pl9956dkpy52pbndp0vrba0y030msh1issdl84z82skickfg"))
               (patches (search-patches "gspell-dash-test.patch"))))
     (build-system glib-or-gtk-build-system)
     (arguments



reply via email to

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