diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-10-14 18:24:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-14 18:25:31 +0200 |
commit | 7a6bbe9b68988111362f66f71324bcdcb14b0a51 (patch) | |
tree | b8c3a5db55d7a7af55d76d37a22fde7a803de0da /gnu/packages/gnome.scm | |
parent | a00a946ac5b0a3dd0681f5ba009b42f0f1804e39 (diff) | |
download | patches-7a6bbe9b68988111362f66f71324bcdcb14b0a51.tar patches-7a6bbe9b68988111362f66f71324bcdcb14b0a51.tar.gz |
gnu: gspell: Update to 1.8.2.
* gnu/packages/gnome.scm (gspell): Update to 1.8.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 94458c3cd7..cd167cf395 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7679,7 +7679,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).") (define-public gspell (package (name "gspell") - (version "1.8.1") + (version "1.8.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7687,7 +7687,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).") name "-" version ".tar.xz")) (sha256 (base32 - "1rdv873ixhwr15jwgc2z6k6y0hj353fqnwsy7zkh0c30qwiiv6l1")) + "1miybm1z5cl91i25l7mfqlxhv7j8yy8rcgi0s1bgbb2vm71rb4dv")) (patches (search-patches "gspell-dash-test.patch")))) (build-system glib-or-gtk-build-system) (arguments |