rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 5ea5a9b38c2520a246022f0364ff08ef037b406e
Author: Ricardo Wurmus <[email protected]>
Date:   Sun Aug 5 13:08:50 2018 +0200

    gnu: gtksourceview: Update to 4.0.2.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 4.0.2.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5561e0d..86b8d8c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -398,7 +398,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "3.24.8")
+   (version "4.0.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -406,7 +406,7 @@ printing and other features typical of a source code 
editor.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy"))))
+               "1b2z9c0skxrgw2vh08hv6qxky8jbvamc4rgww82j0kpp533rz0hm"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases

Reply via email to