gnu: gtksourceview: Update to 4.0.3.
* gnu/packages/gtk.scm (gtksourceview): Update to 4.0.3.master
parent
5339d2bbeb
commit
25e9846d11
|
@ -398,7 +398,7 @@ printing and other features typical of a source code editor.")
|
||||||
(define-public gtksourceview
|
(define-public gtksourceview
|
||||||
(package
|
(package
|
||||||
(name "gtksourceview")
|
(name "gtksourceview")
|
||||||
(version "4.0.2")
|
(version "4.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gtksourceview/"
|
(uri (string-append "mirror://gnome/sources/gtksourceview/"
|
||||||
|
@ -406,7 +406,7 @@ printing and other features typical of a source code editor.")
|
||||||
"gtksourceview-" version ".tar.xz"))
|
"gtksourceview-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b2z9c0skxrgw2vh08hv6qxky8jbvamc4rgww82j0kpp533rz0hm"))))
|
"0wwxgw43dmmaz07lzdzpladir26l2bly3lnf2ks6pna152wafm9x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in New Issue