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

commit 5a7dce55b7379eae1778cfc37304cbad7e8ce5d2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:03 2025 +0100

    gnu: gtksourceview-4: Update to 4.8.4.
    
    * gnu/packages/gtk.scm (gtksourceview-4): Update to 4.8.4.
---
 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 c2c57e10ec..cf72d10970 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -681,7 +681,7 @@ highlighting and other features typical of a source code 
editor.")
 (define-public gtksourceview-4
   (package
     (inherit gtksourceview)
-    (version "4.8.3")
+    (version "4.8.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -689,7 +689,7 @@ highlighting and other features typical of a source code 
editor.")
                                   "gtksourceview-" version ".tar.xz"))
               (sha256
                (base32
-                "10n61sa0g447nx73yapb00z57shp48gfvk1lv1s29ji0cd81j063"))))
+                "0zd84229bddvp8zpnn86q34i16mhf9x3pzry795gilc3na7x3jby"))))
     (native-inputs
      (modify-inputs (package-native-inputs gtksourceview)
        (replace "gobject-introspection" gobject-introspection)))

Reply via email to