guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gtksourceview: Update to 3.24.6.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: gtksourceview: Update to 3.24.6.
Date: Wed, 13 Dec 2017 07:31:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 57202f2e24e0770808d4661c5610132ef9d9b692
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 13 00:23:29 2017 +0100

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 235d2c3..ebed5bb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2016 Patrick Hetu <address@hidden>
 ;;; Coypright © 2016 ng0 <address@hidden>
 ;;; Coypright © 2017 Roel Janssen <address@hidden>
+;;; Coypright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -380,7 +381,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "3.24.4")
+   (version "3.24.6")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -388,7 +389,7 @@ printing and other features typical of a source code 
editor.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "14x738xrz9q8qz13xd7dys748ryxyq2srbqyaa9r7n47h2av2zr0"))))
+               "1261fwjpwn3qizmvjns9z3k3a264j3ql5anyvmisfwywpkzbv9ks"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases



reply via email to

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