summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-18 14:32:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-18 15:05:09 +0100
commit310dbe9ea56edcbd8244e480ae6e153b9a8672db (patch)
treec1d4d08514c29856e178ed807e7918b0680a22e7 /gnu/packages
parentf7e4dd5da05a67b08525c8686535a27365a83ebb (diff)
downloadguix-310dbe9ea56edcbd8244e480ae6e153b9a8672db.tar.gz
gnu: gtksourceview: Update to 3.24.10.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.10.
Diffstat (limited to 'gnu/packages')
-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 2470960b9b..aab392758f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -399,7 +399,7 @@ printing and other features typical of a source code editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "3.24.8")
+   (version "3.24.10")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -407,7 +407,7 @@ printing and other features typical of a source code editor.")
                                  "gtksourceview-" version ".tar.xz"))
              (sha256
               (base32
-               "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy"))))
+               "16ym7jwiki4s1pilwr4incx0yg7ll94f1cajrnpndkxxs36hcm5b"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases