mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 04:30:32 +02:00
gnu: laby: Don't use NAME in source URI.
* gnu/packages/games.scm (laby)[source]: Hard-code NAME.
This commit is contained in:
@@ -3577,7 +3577,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
|
||||
(origin (method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/sgimenez/laby/archive/"
|
||||
name "-" version ".tar.gz"))
|
||||
"laby-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf"))
|
||||
|
||||
Reference in New Issue
Block a user