summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-08-22 21:59:31 +0800
committer宋文武 <iyzsong@gmail.com>2016-08-23 19:46:58 +0800
commit984dc4fb2c814ecc05f7054e058312b25497adcd (patch)
tree4c9a04deabe58c95c9bfd9fde53419ad3b549b7b /gnu/packages/gnome.scm
parented503333d4845ddad592b871b732b754c8247ad7 (diff)
downloadguix-984dc4fb2c814ecc05f7054e058312b25497adcd.tar.gz
gnu: gedit: Update to 3.20.2.
* gnu/packages/gnome.scm (gedit): Update to 3.20.2.
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 bdd1900e3f..8c341dcfce 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.1")
+    (version "3.20.2")
     (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
-                "1i0x1jd9x1vpv8lwdlzwf0ml8jxh3b3l6nlg6pbnfjw47w3y6iws"))))
+                "1y330hanqfld3kssf77wfphah2qpfg17pa109spsbm50f5m2g89j"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-spell") ; XXX: gspell not packaged yet