summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-12-15 09:46:10 -0500
committerKei Kebreau <kkebreau@posteo.net>2020-04-18 16:49:54 -0400
commitedec7128df4946a1094e3617c81167f9795fc5d7 (patch)
treeeb8794928e2a229b665afcd31bc521a45c0d53ae /gnu
parent5a30f67fdba478847a33d92df919f85326616cd6 (diff)
downloadguix-edec7128df4946a1094e3617c81167f9795fc5d7.tar.gz
gnu: gedit: Update to 3.34.1.
* gnu/packages/gnome.scm (gedit): Update to 3.34.1.

(cherry picked from commit 49c537dab1cd4ff7aa154c5817e0c83c2ee02197)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b4d6217fdb..bc23967257 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5863,7 +5863,7 @@ javascript engine and the GObject introspection framework.")
 (define-public gedit
   (package
     (name "gedit")
-    (version "3.32.2")
+    (version "3.34.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5871,7 +5871,7 @@ javascript engine and the GObject introspection framework.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1q2rk7fym542c7k3bn2wlnzgy384gxacbifsjny0spbg95gfybvl"))))
+                "1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t