summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-21 19:33:45 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:53 -0400
commitf2c47aacc8bfbc0243ac0d84b1259352d912411f (patch)
tree5f4fa32939b1271d0135ca94760da0cc8cfebb04
parent2791c39c264be4684c682e722c1c308d630e94ee (diff)
downloadguix-f2c47aacc8bfbc0243ac0d84b1259352d912411f.tar.gz
gnu: gedit: Update to 3.36.1.
* gnu/packages/gnome.scm (gedit): Update to 3.36.1.
[inputs]: Add tepl.
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 28e7bda71b..fe38ffad9a 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)