mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnome-chess: Don't use NAME in source URI.
* gnu/packages/games.scm (gnome-chess)[source]: Hard-code NAME.
This commit is contained in:
parent
ac6f1c777a
commit
0c716128d3
1 changed files with 2 additions and 2 deletions
|
@ -1161,9 +1161,9 @@ (define-public gnome-chess
|
|||
(version "3.36.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(uri (string-append "mirror://gnome/sources/gnome-chess/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"gnome-chess-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a9fgi749gy1f60vbcyrqqkab9vqs42hji70q73k1xx8rv0agmg0"))))
|
||||
|
|
Loading…
Reference in a new issue