gnu: gtksourceview-4: Update to 4.8.4.

* gnu/packages/gtk.scm (gtksourceview-4): Update to 4.8.4.
This commit is contained in:
Liliana Marie Prikler 2025-01-09 22:38:03 +01:00
parent 2a1d6df345
commit 5a7dce55b7
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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