gnu: gedit: Update to 3.22.0.
* gnu/packages/gnome.scm (gedit): Update to 3.22.0.
This commit is contained in:
parent
f635aa8cd9
commit
9beae2a2da
|
@ -4091,7 +4091,7 @@ javascript engine and the GObject introspection framework.")
|
|||
(define-public gedit
|
||||
(package
|
||||
(name "gedit")
|
||||
(version "3.20.2")
|
||||
(version "3.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -4099,7 +4099,7 @@ javascript engine and the GObject introspection framework.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1y330hanqfld3kssf77wfphah2qpfg17pa109spsbm50f5m2g89j"))))
|
||||
"0i9z5d31vibb3dd329gwvyga38zq5k1a2glcdq7m93ycbl5mlfq6"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet
|
||||
|
|
Loading…
Reference in New Issue