mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -3028,7 +3028,7 @@ (define-public colord
|
||||||
(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 a new issue