guix-commits
[Top][All Lists]
Advanced

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

02/107: gnu: gtksourceview-3: Update to 3.24.11.


From: guix-commits
Subject: 02/107: gnu: gtksourceview-3: Update to 3.24.11.
Date: Tue, 12 May 2020 10:53:04 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit c4c2fba506b645748ccc1316a145dd7e1d1c6cc2
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 16 12:16:38 2020 -0400

    gnu: gtksourceview-3: Update to 3.24.11.
    
    * gnu/packages/gtk.scm (gtksourceview-3): Update to 3.24.11.
    [build-system]: Use gnu-build-system.
---
 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 fa65070..2917df2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -480,7 +480,7 @@ highlighting and other features typical of a source code 
editor.")
 (define-public gtksourceview-3
  (package (inherit gtksourceview)
    (name "gtksourceview")
-   (version "3.24.10")
+   (version "3.24.11")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -488,7 +488,8 @@ highlighting and other features typical of a source code 
editor.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "16ym7jwiki4s1pilwr4incx0yg7ll94f1cajrnpndkxxs36hcm5b"))))))
+               "1zbpj283b5ycz767hqz5kdq02wzsga65pp4fykvhg8xj6x50f6v9"))))
+   (build-system gnu-build-system)))
 
 (define-public gdk-pixbuf
   (package



reply via email to

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