guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gspell: Update to 1.4.2.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: gspell: Update to 1.4.2.
Date: Mon, 21 Aug 2017 16:52:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9f9d2a723ffbc0543f4d8015a7be843175bd006e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 21 16:11:29 2017 +0200

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