mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: pingus: Update upstream location.
* gnu/packages/games.scm (pingus)[source]: Update source uri. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
73ea83f517
commit
f0badf98d7
1 changed files with 4 additions and 3 deletions
|
@ -233,11 +233,12 @@ (define-public pingus
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://pingus.googlecode.com/files/pingus-"
|
(uri (string-append "https://github.com/Pingus/pingus/archive/v"
|
||||||
version ".tar.bz2"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q34d2k6anzqvb0mf67x85q92lfx9jr71ry13dlp47jx0x9i573m"))
|
"0r9v6as5vi7skvvy7b0fcaimhdlzmik64pyy68plgljhsghqkkf4"))
|
||||||
(patches (search-patches "pingus-sdl-libs-config.patch"))))
|
(patches (search-patches "pingus-sdl-libs-config.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue