aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-03-13 08:36:16 +0100
committerRutger Helling <rhelling@mykolab.com>2018-03-13 08:37:52 +0100
commit0982e5c7f1616ecef8ce61128ddf417df609d79f (patch)
treee76a29f019ccaf19bd84a1ecb26a2df1cb2ce2e8
parent7d20d9832699529e9dc094ea94d7b94dc360aa3b (diff)
downloadguix-0982e5c7f1616ecef8ce61128ddf417df609d79f.tar
guix-0982e5c7f1616ecef8ce61128ddf417df609d79f.tar.gz
gnu: gedit: Update to 3.28.0.
* gnu/packages/gnome.scm (gedit): Update to 3.28.0.
-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 30be123f4d..4eb52066c5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4645,7 +4645,7 @@ javascript engine and the GObject introspection framework.")
(define-public gedit
(package
(name "gedit")
- (version "3.22.1")
+ (version "3.28.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4653,7 +4653,7 @@ javascript engine and the GObject introspection framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
+ "0pyam0zi44xq776x20ycqnvmf86l98jns8ldv4m81gnp9wnhmycv"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases