mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: abbaye: Update source URL.
* gnu/packages/games.scm (abbaye)[source]: Update tarball URL.
This commit is contained in:
parent
ae336f8b84
commit
b314360f30
1 changed files with 4 additions and 2 deletions
|
@ -179,8 +179,10 @@ (define-public abbaye
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://abbaye-for-linux.googlecode.com/files/"
|
||||
"abbaye-for-linux-src-" version ".tar.gz"))
|
||||
(uri (string-append "https://storage.googleapis.com/"
|
||||
"google-code-archive-downloads/v2/code.google.com/"
|
||||
"abbaye-for-linux/abbaye-for-linux-src-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wgvckgqa2084rbskxif58wbb83xbas8s1i8s7d57xbj08ryq8rk"))))
|
||||
|
|
Loading…
Reference in a new issue