summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 05:48:59 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 05:50:37 +0200
commitda13cc2ebbc127033a68545275a90d27878bc8f7 (patch)
treed6116cf3535f56b1a7665d0cd78c02ce5983fed8 /gnu/packages/gtk.scm
parente12df2c6f5f41b1f3b1ea7f21b009381d66b5975 (diff)
downloadgnu-guix-da13cc2ebbc127033a68545275a90d27878bc8f7.tar
gnu-guix-da13cc2ebbc127033a68545275a90d27878bc8f7.tar.gz
gnu: gtksourceview: Update to 3.24.8.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.8.
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 3718e939d1..c378a53075 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -394,7 +394,7 @@ printing and other features typical of a source code editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "3.24.7")
+ (version "3.24.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -402,7 +402,7 @@ printing and other features typical of a source code editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1rp8zspwyw3mmdgccsas3pa6v7s0hqjaaglg6n4kcls7ccx0vhm5"))))
+ "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy"))))
(build-system gnu-build-system)
(arguments
'(#:phases