guix-commits
[Top][All Lists]
Advanced

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

01/107: gnu: gtksourceview: Update to 4.6.0.


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

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

commit 1a0e193d04ecf7db92991a3beede4b08b8817c83
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 16 12:13:45 2020 -0400

    gnu: gtksourceview: Update to 4.6.0.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 4.6.0.
    [build-system]: Use meson-build-system.
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3c2a9af..fa65070 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -432,7 +432,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "4.2.0")
+   (version "4.6.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -440,8 +440,8 @@ printing and other features typical of a source code 
editor.")
                                  "gtksourceview-" version ".tar.xz"))
              (sha256
               (base32
-               "0xgnjj7jd56wbl99s76sa1vjq9bkz4mdsxwgwlcphg689liyncf4"))))
-   (build-system gnu-build-system)
+               "11csdnb5xj1gkn1shynp3jdsfhhi7ks3apgmavfan0p6n85f64sc"))))
+   (build-system meson-build-system)
    (arguments
     '(#:phases
       (modify-phases %standard-phases



reply via email to

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