gnu: gtksourceview: Update to 3.24.8.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 11 Aug 2018 03:48:59 +0000 (05:48 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 11 Aug 2018 03:50:37 +0000 (05:50 +0200)
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.8.

gnu/packages/gtk.scm

index 3718e93..c378a53 100644 (file)
@@ -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