summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 00:09:13 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 07:20:54 +0200
commite3705bb6ea64dec48eff76a81cfa04cbf134962f (patch)
treeca9042e29dde65109ecc62d2c79d108824f7379c /gnu/packages/gnome.scm
parenteccd35be3d2afe276a7fb5be6ac8646c84fe5db5 (diff)
downloadguix-patches-e3705bb6ea64dec48eff76a81cfa04cbf134962f.tar
guix-patches-e3705bb6ea64dec48eff76a81cfa04cbf134962f.tar.gz
gnu: gedit: Update to 3.22.1.
* gnu/packages/gnome.scm (gedit): Update to 3.22.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 6e8bb90f78..deac8b4ddb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4514,7 +4514,7 @@ javascript engine and the GObject introspection framework.")
(define-public gedit
(package
(name "gedit")
- (version "3.22.0")
+ (version "3.22.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4522,7 +4522,7 @@ javascript engine and the GObject introspection framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0i9z5d31vibb3dd329gwvyga38zq5k1a2glcdq7m93ycbl5mlfq6"))))
+ "0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet