gnu: gtksourceview: Update to 3.24.10.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.10.
This commit is contained in:
parent
f7e4dd5da0
commit
310dbe9ea5
|
@ -399,7 +399,7 @@ printing and other features typical of a source code editor.")
|
||||||
(define-public gtksourceview
|
(define-public gtksourceview
|
||||||
(package
|
(package
|
||||||
(name "gtksourceview")
|
(name "gtksourceview")
|
||||||
(version "3.24.8")
|
(version "3.24.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gtksourceview/"
|
(uri (string-append "mirror://gnome/sources/gtksourceview/"
|
||||||
|
@ -407,7 +407,7 @@ printing and other features typical of a source code editor.")
|
||||||
"gtksourceview-" version ".tar.xz"))
|
"gtksourceview-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy"))))
|
"16ym7jwiki4s1pilwr4incx0yg7ll94f1cajrnpndkxxs36hcm5b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue