gnu: aisleriot: Don't use NAME in source URI.

* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-15 22:38:34 +01:00
parent 6457509c73
commit e43f622a96
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3223,9 +3223,9 @@ playlists in a variety of formats.")
(version "3.22.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/aisleriot/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"aisleriot-" version ".tar.xz"))
(sha256
(base32
"0rl39psr5xi584310pyrgw36ini4wn7yr2m1q5118w3a3v1dkhzh"))))