summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-28 08:59:49 +0800
committer宋文武 <iyzsong@gmail.com>2016-05-02 22:06:40 +0800
commit96e889b031b0c0b51f9b2dfbae8e38f1008c473f (patch)
treed3f693ad307272b8d1a4c15cda34bf27bfd8128a /gnu/packages/gtk.scm
parentccce435a9300f206edc97db56cf13e32d4f38e22 (diff)
downloadguix-patches-96e889b031b0c0b51f9b2dfbae8e38f1008c473f.tar
guix-patches-96e889b031b0c0b51f9b2dfbae8e38f1008c473f.tar.gz
gnu: gtksourceview: Update to 3.20.2.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.20.2.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f881584b91..5b901b90af 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -339,7 +339,7 @@ printing and other features typical of a source code editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "3.20.1")
+ (version "3.20.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -347,7 +347,7 @@ printing and other features typical of a source code editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0k4cmq94181l39di9z4agampg4za6bvimkvcjm3qlxmsxb09ab9j"))))
+ "03vxirdbjpgjrkl5ph0p9b1saq17xxr4kvhz1ijpg40a9jf3ci4y"))))
(build-system gnu-build-system)
(arguments
'(#:phases