kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 659451227c26121b04bf8df499ad9defed820cb3
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 19:33:45 2020 -0400
gnu: gedit: Update to 3.36.1.
* gnu/packages/gnome.scm (gedit): Update to 3.36.1.
[inputs]: Add tepl.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cad4819..60e8ce0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5940,7 +5940,7 @@ javascript engine and the GObject introspection
framework.")
(define-public gedit
(package
(name "gedit")
- (version "3.34.1")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5948,7 +5948,7 @@ javascript engine and the GObject introspection
framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb"))))
+ "11z3lhc5i3z0gqw0qmprsm4rmvhbbm4gz6wy0f73c73x4bd8xhvd"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -6021,6 +6021,7 @@ javascript engine and the GObject introspection
framework.")
("python" ,python)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("libx11" ,libx11)
+ ("tepl" ,tepl)
("vala" ,vala)
("adwaita-icon-theme" ,adwaita-icon-theme)
("libsoup" ,libsoup)