guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gtksourceview: Update to 4.8.1 and change build-system.


From: guix-commits
Subject: 01/04: gnu: gtksourceview: Update to 4.8.1 and change build-system.
Date: Tue, 7 Sep 2021 15:22:42 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 3a5df46ef4579b13b667feb4665c76d4c5ee9f01
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon Sep 6 17:47:54 2021 -0400

    gnu: gtksourceview: Update to 4.8.1 and change build-system.
    
    * gnu/packages/gtk.scm (gtksourceview)[version]: Update to 4.8.1.
    [build-system]: Change from gnu to meson.
---
 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 1bdd6a2..b05529a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -538,7 +538,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "4.2.0")
+   (version "4.8.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -546,8 +546,8 @@ printing and other features typical of a source code 
editor.")
                                  "gtksourceview-" version ".tar.xz"))
              (sha256
               (base32
-               "0xgnjj7jd56wbl99s76sa1vjq9bkz4mdsxwgwlcphg689liyncf4"))))
-   (build-system gnu-build-system)
+               "1hcswszqnsyqzzf5zk8iflxdvkfvvcg89pf6xsqwbyyabwdxfqyi"))))
+   (build-system meson-build-system)
    (arguments
     '(#:phases
       (modify-phases %standard-phases



reply via email to

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