summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-05-24 19:58:39 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-05-24 22:39:47 +0200
commit9ec3a14788428cc430eb8de0237a2e7900572911 (patch)
tree9be775387be277909cfd3cdfb3e69625ffaf81d6 /gnu/packages/gtk.scm
parent36747eb0dad504686560afba51742f782f7c3646 (diff)
downloadpatches-9ec3a14788428cc430eb8de0237a2e7900572911.tar
patches-9ec3a14788428cc430eb8de0237a2e7900572911.tar.gz
gnu: gtksourceview: Update to 3.24.2.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.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 858fd07710..1d9ee15246 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -379,7 +379,7 @@ printing and other features typical of a source code editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "3.22.2")
+ (version "3.24.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -387,7 +387,7 @@ printing and other features typical of a source code editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0pmgff3p9q1z500aiqfn5l4mmij4yfi4qhq8fxscqc89vlql5s3c"))))
+ "17xqrnh2v9gba57ij2m9kngxwh19fzsqkx1rfasnv4zaqvqqhv69"))))
(build-system gnu-build-system)
(arguments
'(#:phases