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:
Tobias Geerinckx-Rice 2020-06-13 17:25:55 +02:00
parent ac6f1c777a
commit 0c716128d3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"))))