mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: python-xsge: Fix source URL.
* gnu/packages/game-development.scm (python-xsge)[source]: Fix URL.
This commit is contained in:
parent
1873321279
commit
795f3a0088
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ (define-public python-xsge
|
||||||
(version "2017.06.09")
|
(version "2017.06.09")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/xsge/xsge-"
|
(uri (string-append "mirror://savannah/xsge/xsge/xsge-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue