guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: gtksourceview: Update to 3.24.7.


From: Tobias Geerinckx-Rice
Subject: 10/16: gnu: gtksourceview: Update to 3.24.7.
Date: Thu, 15 Mar 2018 15:30:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7b8d3a5e1ee0431c1c9a4e0ac72852502c89d016
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 15 04:06:44 2018 +0100

    gnu: gtksourceview: Update to 3.24.7.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 3.24.7.
---
 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 0e98a7c..f0f49bb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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



reply via email to

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