diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-15 09:46:10 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-14 23:53:31 -0400 |
commit | 49c537dab1cd4ff7aa154c5817e0c83c2ee02197 (patch) | |
tree | 9910500a1a8e8974ec33ac50a6922698f48934b8 /gnu | |
parent | 7c4411701354e84d877816e095f01c1075cbff9d (diff) | |
download | guix-49c537dab1cd4ff7aa154c5817e0c83c2ee02197.tar.gz |
gnu: gedit: Update to 3.34.1.
* gnu/packages/gnome.scm (gedit): Update to 3.34.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d751bfb0a8..52f8298787 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 |