guix-commits
[Top][All Lists]
Advanced

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

55/77: gnu: gspell: Update to 1.8.1.


From: Ricardo Wurmus
Subject: 55/77: gnu: gspell: Update to 1.8.1.
Date: Mon, 6 Aug 2018 14:29:24 -0400 (EDT)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 7b5b6623b281612bc194b90a8639c94c376f8b96
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 16:06:35 2018 +0200

    gnu: gspell: Update to 1.8.1.
    
    * gnu/packages/gnome.scm (gspell): Update to 1.8.1.
---
 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 16362d5..3a8b813 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6996,7 +6996,7 @@ that support the Assistive Technology Service Provider 
Interface (AT-SPI).")
 (define-public gspell
   (package
     (name "gspell")
-    (version "1.4.2")
+    (version "1.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7004,7 +7004,7 @@ that support the Assistive Technology Service Provider 
Interface (AT-SPI).")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1683vyyfq3q0ph665jj6id8hnlyid4qxzmqiwpv97gmz8zksg6x5"))
+                "1rdv873ixhwr15jwgc2z6k6y0hj353fqnwsy7zkh0c30qwiiv6l1"))
               (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]