gnu: python-sge-pygame: Update to 1.5.1.

* gnu/packages/game-development.scm (python-sge-pygame,
python2-sge-pygame): Update to 1.5.1.
This commit is contained in:
Kei Kebreau 2017-08-31 10:13:36 -04:00
parent 7e31427ff0
commit b1d1a10c7c
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -248,14 +248,14 @@ files) into @file{.grf} and/or @file{.nfo} files.")
(define-public python-sge-pygame (define-public python-sge-pygame
(package (package
(name "python-sge-pygame") (name "python-sge-pygame")
(version "1.5") (version "1.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sge-pygame" version)) (uri (pypi-uri "sge-pygame" version))
(sha256 (sha256
(base32 (base32
"0g0n722md6nfayiqzadwf0dh821hzqv0alp4by0vjfwr1xzv49mc")))) "1rl3xjzh78sl0sq3xl8rl7cgp9v9v3h7s2pfwn7nj1vrmffzkcpd"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pygame" ,python-pygame) `(("python-pygame" ,python-pygame)