mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-xsge: Update to 2017.06.09.
* gnu/packages/game-development.scm (python-xsge): Update to 2017.06.09.
This commit is contained in:
parent
8135351403
commit
cde208da31
1 changed files with 2 additions and 2 deletions
|
@ -339,14 +339,14 @@ (define-public python2-tmx
|
||||||
(define-public python-xsge
|
(define-public python-xsge
|
||||||
(package
|
(package
|
||||||
(name "python-xsge")
|
(name "python-xsge")
|
||||||
(version "2017.04.10")
|
(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-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04il5yx0py6kchxxw6ydbbx0wpiyjf9dgkwsdynirpkczlnid3am"))))
|
"1vy7c2y7ihvmggs93zgfv2h3049s384wid8a5snzrrba8bhbb89p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue