guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: gtksourceview: Update to 3.24.8.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: gtksourceview: Update to 3.24.8.
Date: Fri, 10 Aug 2018 23:50:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit da13cc2ebbc127033a68545275a90d27878bc8f7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 11 05:48:59 2018 +0200

    gnu: gtksourceview: Update to 3.24.8.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 3.24.8.
---
 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 3718e93..c378a53 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]