guix-commits
[Top][All Lists]
Advanced

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

108/117: gnu: gtksourceview: Update to 5.0.0.


From: guix-commits
Subject: 108/117: gnu: gtksourceview: Update to 5.0.0.
Date: Tue, 23 Mar 2021 19:26:07 -0400 (EDT)

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

commit f4ac1ac128c6f8805197f9620c4789a08a85567b
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:56:27 2021 +0100

    gnu: gtksourceview: Update to 5.0.0.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 5.0.0.
---
 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 6237009..ea7aa4d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -496,7 +496,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "4.2.0")
+   (version "5.0.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -504,7 +504,7 @@ printing and other features typical of a source code 
editor.")
                                  "gtksourceview-" version ".tar.xz"))
              (sha256
               (base32
-               "0xgnjj7jd56wbl99s76sa1vjq9bkz4mdsxwgwlcphg689liyncf4"))))
+               "1hyrmh9r1zd5kjh5ch9d7bhk2kphbqhm7ijfxfkcdln8q0rnd0k4"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases



reply via email to

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