gnu: gedit: Update to 3.22.1.

* gnu/packages/gnome.scm (gedit): Update to 3.22.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-09 00:09:13 +02:00
parent eccd35be3d
commit e3705bb6ea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4514,7 +4514,7 @@ (define-public gjs
(define-public gedit
(package
(name "gedit")
(version "3.22.0")
(version "3.22.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4522,7 +4522,7 @@ (define-public gedit
name "-" version ".tar.xz"))
(sha256
(base32
"0i9z5d31vibb3dd329gwvyga38zq5k1a2glcdq7m93ycbl5mlfq6"))))
"0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet