gnu: colord: Don't use NAME in source URI.
* gnu/packages/gnome.scm (colord)[source]: Hard-code NAME.
This commit is contained in:
parent
51395c84fd
commit
d21778aa86
@ -3028,7 +3028,7 @@ keyboard shortcuts.")
|
|||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.freedesktop.org/software/colord/releases/"
|
(uri (string-append "https://www.freedesktop.org/software/colord/releases/"
|
||||||
name "-" version ".tar.xz"))
|
"colord-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xwxahg9mgmapc16xkb4kgmc40zpadrwav33xqmn6cgaw6g6d3ls"))))
|
"1xwxahg9mgmapc16xkb4kgmc40zpadrwav33xqmn6cgaw6g6d3ls"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user