gnu: aisleriot: Don't use NAME in source URI.
* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
This commit is contained in:
parent
6457509c73
commit
e43f622a96
1 changed files with 2 additions and 2 deletions
|
@ -3223,9 +3223,9 @@ (define-public aisleriot
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue