diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 14:28:52 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 14:39:23 +0200 |
commit | 6a29c8d3441c414c2ce08cde3101a17dd1e16706 (patch) | |
tree | 26133808ec384f0df2a9e1fc6d2745234831ff27 /gnu | |
parent | c648781cec1e1c334c2532b79f9572c58842cde7 (diff) | |
download | patches-6a29c8d3441c414c2ce08cde3101a17dd1e16706.tar patches-6a29c8d3441c414c2ce08cde3101a17dd1e16706.tar.gz |
gnu: gedit: Update to 3.28.1.
* gnu/packages/gnome.scm (gedit): Update to 3.28.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 befb7dc9ac..c413392506 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4659,7 +4659,7 @@ javascript engine and the GObject introspection framework.") (define-public gedit (package (name "gedit") - (version "3.28.0") + (version "3.28.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4667,7 +4667,7 @@ javascript engine and the GObject introspection framework.") name "-" version ".tar.xz")) (sha256 (base32 - "0pyam0zi44xq776x20ycqnvmf86l98jns8ldv4m81gnp9wnhmycv")))) + "0791r07d3ixmmfk68lvhp3d5i4vnlrnx10csxwgpfqyfb04vwx7i")))) (build-system glib-or-gtk-build-system) (arguments `(#:phases |