gnu: gtksourceview: Don't use NAME in source URI.

* gnu/packages/gtk.scm (gtksourceview)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-18 14:32:39 +01:00
parent a3f2c295e7
commit f7e4dd5da0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -402,9 +402,9 @@ printing and other features typical of a source code editor.")
(version "3.24.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/gtksourceview/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"gtksourceview-" version ".tar.xz"))
(sha256
(base32
"1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy"))))