summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2017-06-15 21:52:57 -0400
committerKei Kebreau <kei@openmailbox.org>2017-06-15 21:58:37 -0400
commitf54efbdc46be99e7bf0f2d31a766cfb2b5dab996 (patch)
treea3203112e863c7027359ddea37f0890775cb49cc /gnu/packages/gnome.scm
parenta147fadd3b60a0489bcf4b4cdce8254c51c16e3f (diff)
downloadguix-patches-f54efbdc46be99e7bf0f2d31a766cfb2b5dab996.tar
guix-patches-f54efbdc46be99e7bf0f2d31a766cfb2b5dab996.tar.gz
gnu: gspell: Update to 1.4.1.
* gnu/packages/gnome.scm (gspell): Update to 1.4.1. * gnu/packages/patches/gspell-dash-test.patch: Adjust accordingly.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e14abcfa37..25d8580a80 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6221,7 +6221,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
(define-public gspell
(package
(name "gspell")
- (version "1.3.2")
+ (version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6229,7 +6229,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
name "-" version ".tar.xz"))
(sha256
(base32
- "1n4kd5i11l79h8bpvx3cz79ww0b4z89y99h4czvyg80qlarn585w"))
+ "1ghh1xdzf04mfgb13zqpj88krpa44xv2vbyhm6k017kzrpz8hbs4"))
(patches (search-patches "gspell-dash-test.patch"))))
(build-system glib-or-gtk-build-system)
(arguments