guix-commits
[Top][All Lists]
Advanced

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

09/18: gnu: gtksourceview: Update to 3.24.10.


From: guix-commits
Subject: 09/18: gnu: gtksourceview: Update to 3.24.10.
Date: Mon, 18 Mar 2019 10:07:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 310dbe9ea56edcbd8244e480ae6e153b9a8672db
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 14:32:42 2019 +0100

    gnu: gtksourceview: Update to 3.24.10.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 3.24.10.
---
 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 2470960..aab3927 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -399,7 +399,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "3.24.8")
+   (version "3.24.10")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -407,7 +407,7 @@ printing and other features typical of a source code 
editor.")
                                  "gtksourceview-" version ".tar.xz"))
              (sha256
               (base32
-               "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy"))))
+               "16ym7jwiki4s1pilwr4incx0yg7ll94f1cajrnpndkxxs36hcm5b"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases



reply via email to

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