mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtksourceview-4: Update to 4.8.4.
* gnu/packages/gtk.scm (gtksourceview-4): Update to 4.8.4.
This commit is contained in:
parent
2a1d6df345
commit
5a7dce55b7
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue