gnu: gspell: Update to 1.4.2.
* gnu/packages/gnome.scm (gspell): Update to 1.4.2.
This commit is contained in:
parent
3ce16aeac5
commit
9f9d2a723f
|
@ -6458,7 +6458,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
|
||||||
(define-public gspell
|
(define-public gspell
|
||||||
(package
|
(package
|
||||||
(name "gspell")
|
(name "gspell")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(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"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ghh1xdzf04mfgb13zqpj88krpa44xv2vbyhm6k017kzrpz8hbs4"))
|
"1683vyyfq3q0ph665jj6id8hnlyid4qxzmqiwpv97gmz8zksg6x5"))
|
||||||
(patches (search-patches "gspell-dash-test.patch"))))
|
(patches (search-patches "gspell-dash-test.patch"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue