diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-06-22 16:56:37 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-06-22 17:00:00 -0400 |
commit | cde208da318845a69f1ea97679700191926f71aa (patch) | |
tree | e37c0a076513dfa15dfc42245c78511af354cc98 /gnu/packages/game-development.scm | |
parent | 8135351403128f41b7e6654933f73703e17a8e1c (diff) | |
download | patches-cde208da318845a69f1ea97679700191926f71aa.tar patches-cde208da318845a69f1ea97679700191926f71aa.tar.gz |
gnu: python-xsge: Update to 2017.06.09.
* gnu/packages/game-development.scm (python-xsge): Update to 2017.06.09.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 51cba77144..b8b110c9aa 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -339,14 +339,14 @@ levels.") (define-public python-xsge (package (name "python-xsge") - (version "2017.04.10") + (version "2017.06.09") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/xsge/xsge-" version ".tar.gz")) (sha256 (base32 - "04il5yx0py6kchxxw6ydbbx0wpiyjf9dgkwsdynirpkczlnid3am")))) + "1vy7c2y7ihvmggs93zgfv2h3049s384wid8a5snzrrba8bhbb89p")))) (build-system python-build-system) (arguments '(#:phases |