mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: laby: Update source uri.
* gnu/packages/games.scm (laby)[source]: Use the publicly visible download uri.
This commit is contained in:
parent
aed023ffd4
commit
ff0ecefc0e
1 changed files with 3 additions and 4 deletions
|
@ -2787,12 +2787,11 @@ (define-public laby
|
||||||
(source
|
(source
|
||||||
(origin (method url-fetch)
|
(origin (method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/sgimenez/laby/tarball/"
|
"https://github.com/sgimenez/laby/archive/"
|
||||||
name "-" version))
|
name "-" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"113ip48308ps3lsw427xswgx3wdanils43nyal9n4jr6bcx1bj2j"))
|
"0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf"))
|
||||||
(patches (search-patches "laby-make-install.patch"))))
|
(patches (search-patches "laby-make-install.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue