lilyp pushed a commit to branch gnome-team
in repository guix.

commit 14a9be50022fbdff456d6123a4e2990a817249df
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Jul 17 22:13:54 2024 +0200

    gnu: gtksourceview: Update to 5.12.1.
    
    * gnu/packages/gtk.scm (gtksourceview): Update to 5.12.1.
---
 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 7ed7d7b7df..7aec5947ce 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -617,7 +617,7 @@ printing and other features typical of a source code 
editor.")
 (define-public gtksourceview
   (package
     (name "gtksourceview")
-    (version "5.8.0")
+    (version "5.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -625,7 +625,7 @@ printing and other features typical of a source code 
editor.")
                                   "gtksourceview-" version ".tar.xz"))
               (sha256
                (base32
-                "0cw9h4aa84a48b3kd3rv0bb2mk7q1vz9hwkppxpqh8gg1p1d838i"))))
+                "07rcnhwqyiqs9icld3965g41wd3n9a808y7agjpasnjwk2njmj44"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases

Reply via email to