gnu: gedit: Update to 3.20.2.
* gnu/packages/gnome.scm (gedit): Update to 3.20.2.
This commit is contained in:
parent
ed503333d4
commit
984dc4fb2c
|
@ -4091,7 +4091,7 @@ javascript engine and the GObject introspection framework.")
|
||||||
(define-public gedit
|
(define-public gedit
|
||||||
(package
|
(package
|
||||||
(name "gedit")
|
(name "gedit")
|
||||||
(version "3.20.1")
|
(version "3.20.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 "/"
|
||||||
|
@ -4099,7 +4099,7 @@ javascript engine and the GObject introspection framework.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i0x1jd9x1vpv8lwdlzwf0ml8jxh3b3l6nlg6pbnfjw47w3y6iws"))))
|
"1y330hanqfld3kssf77wfphah2qpfg17pa109spsbm50f5m2g89j"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet
|
`(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet
|
||||||
|
|
Loading…
Reference in New Issue