me
/
guix
Archived
1
0
Fork 0

gnu: gnome-chess: Don't use NAME in source URI.

* gnu/packages/games.scm (gnome-chess)[source]: Hard-code NAME.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1161,9 +1161,9 @@ destroying an ancient book using a special wand.")
(version "3.36.0") (version "3.36.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/gnome-chess/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) "gnome-chess-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1a9fgi749gy1f60vbcyrqqkab9vqs42hji70q73k1xx8rv0agmg0")))) "1a9fgi749gy1f60vbcyrqqkab9vqs42hji70q73k1xx8rv0agmg0"))))