summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 04:11:33 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:34:11 -0500
commit9beae2a2dacc54eac996b7641b7b9563ac8c12dd (patch)
tree45d9d88c581975e6d4c3b0d5dcd0a7c994b65074 /gnu
parentf635aa8cd9ed5b04f5d5dde2454463fbc3385363 (diff)
downloadpatches-9beae2a2dacc54eac996b7641b7b9563ac8c12dd.tar
patches-9beae2a2dacc54eac996b7641b7b9563ac8c12dd.tar.gz
gnu: gedit: Update to 3.22.0.
* gnu/packages/gnome.scm (gedit): Update to 3.22.0.
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 0db5ee35ca..a47d6f8bd0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4091,7 +4091,7 @@ javascript engine and the GObject introspection framework.")
(define-public gedit
(package
(name "gedit")
- (version "3.20.2")
+ (version "3.22.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4099,7 +4099,7 @@ javascript engine and the GObject introspection framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1y330hanqfld3kssf77wfphah2qpfg17pa109spsbm50f5m2g89j"))))
+ "0i9z5d31vibb3dd329gwvyga38zq5k1a2glcdq7m93ycbl5mlfq6"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet