mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: armagetron-advanced: Don't use NAME in source URI.
* gnu/packages/games.scm (armagetron-advanced)[source]: Hard-code NAME.
This commit is contained in:
parent
69a0717c66
commit
c0c099502b
1 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,8 @@ (define-public armagetron-advanced
|
|||
(version "0.2.8.3.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name "/stable/"
|
||||
version "/" name "-" version ".src.tar.gz"))
|
||||
(uri (string-append "mirror://sourceforge/armagetronad/stable/"
|
||||
version "/armagetronad-" version ".src.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pgy0r80z702qdv94aw3ywdn4ynnr4cdi86ml558pljfc5ygasj4"))))
|
||||
|
|
Loading…
Reference in a new issue