guix-commits
[Top][All Lists]
Advanced

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

01/25: gnu: gtksourceview: Update to 3.24.2.


From: Marius Bakke
Subject: 01/25: gnu: gtksourceview: Update to 3.24.2.
Date: Wed, 24 May 2017 18:55:16 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 9ec3a14788428cc430eb8de0237a2e7900572911
Author: Marius Bakke <address@hidden>
Date:   Wed May 24 19:58:39 2017 +0200

    gnu: gtksourceview: Update to 3.24.2.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 3.24.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 858fd07..1d9ee15 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -379,7 +379,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "3.22.2")
+   (version "3.24.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -387,7 +387,7 @@ printing and other features typical of a source code 
editor.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0pmgff3p9q1z500aiqfn5l4mmij4yfi4qhq8fxscqc89vlql5s3c"))))
+               "17xqrnh2v9gba57ij2m9kngxwh19fzsqkx1rfasnv4zaqvqqhv69"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases



reply via email to

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