mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -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")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/xsge/xsge-"
|
||||
(uri (string-append "mirror://savannah/xsge/xsge/xsge-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue