guix-commits
[Top][All Lists]
Advanced

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

93/117: gnu: gspell: Update to 1.8.4.


From: guix-commits
Subject: 93/117: gnu: gspell: Update to 1.8.4.
Date: Tue, 23 Mar 2021 19:26:02 -0400 (EDT)

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

commit 18ff6b4f5f9515c992c6810819dd0ef31c837afc
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 664e18c..c4079e6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10056,7 +10056,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 "/"
@@ -10064,7 +10064,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]