gnu: gtksourceview: Update to 3.24.7.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 15 Mar 2018 03:06:44 +0000 (04:06 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 15 Mar 2018 18:11:15 +0000 (19:11 +0100)
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.7.

gnu/packages/gtk.scm

index 0e98a7c..f0f49bb 100644 (file)
@@ -385,7 +385,7 @@ printing and other features typical of a source code editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "3.24.6")
+   (version "3.24.7")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -393,7 +393,7 @@ printing and other features typical of a source code editor.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1261fwjpwn3qizmvjns9z3k3a264j3ql5anyvmisfwywpkzbv9ks"))))
+               "1rp8zspwyw3mmdgccsas3pa6v7s0hqjaaglg6n4kcls7ccx0vhm5"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases