mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.freedesktop.org/software/colord/releases/"
|
||||
name "-" version ".tar.xz"))
|
||||
"colord-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xwxahg9mgmapc16xkb4kgmc40zpadrwav33xqmn6cgaw6g6d3ls"))))
|
||||
|
|
Loading…
Reference in a new issue