diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-11-06 11:29:35 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-11-06 14:35:33 +0200 |
commit | f0badf98d7fd84849ee1d500f67b077085cecf07 (patch) | |
tree | 735c747c9cad9949eeac68c66981a38d482343e7 /gnu/packages/games.scm | |
parent | 73ea83f5179fd933100fdd42c7d0e8b26a02ba5b (diff) | |
download | guix-f0badf98d7fd84849ee1d500f67b077085cecf07.tar guix-f0badf98d7fd84849ee1d500f67b077085cecf07.tar.gz |
gnu: pingus: Update upstream location.
* gnu/packages/games.scm (pingus)[source]: Update source uri.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a6633961b3..01852d09cb 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -233,11 +233,12 @@ that beneath its ruins lay buried an ancient evil.") (source (origin (method url-fetch) - (uri (string-append "http://pingus.googlecode.com/files/pingus-" - version ".tar.bz2")) + (uri (string-append "https://github.com/Pingus/pingus/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0q34d2k6anzqvb0mf67x85q92lfx9jr71ry13dlp47jx0x9i573m")) + "0r9v6as5vi7skvvy7b0fcaimhdlzmik64pyy68plgljhsghqkkf4")) (patches (search-patches "pingus-sdl-libs-config.patch")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |