gnu: gedit: Update to 3.30.2.

* gnu/packages/gnome.scm (gedit): Update to 3.30.2.
This commit is contained in:
Kei Kebreau 2019-06-27 09:49:47 -04:00
parent 976e7801ac
commit 42f95e3476
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -4866,7 +4866,7 @@ (define-public gjs
(define-public gedit
(package
(name "gedit")
(version "3.28.1")
(version "3.30.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4874,7 +4874,7 @@ (define-public gedit
name "-" version ".tar.xz"))
(sha256
(base32
"0791r07d3ixmmfk68lvhp3d5i4vnlrnx10csxwgpfqyfb04vwx7i"))))
"0qwig35hzvjaqic9x92jcpmycnvcybsbnbiw6rppryx0arwb3wza"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases