gnu: python2-rpython: Update to 0.2.1.

* gnu/packages/python.scm (python2-rpython): Update to 0.2.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Alex Vong 2017-11-10 20:17:49 +08:00 committed by Marius Bakke
parent e65acb3124
commit ce1ac8eea6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3838,14 +3838,14 @@ writing C extensions for Python as easy as Python itself.")
(define-public python2-rpython (define-public python2-rpython
(package (package
(name "python2-rpython") (name "python2-rpython")
(version "0.1.4") (version "0.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "rpython" version)) (uri (pypi-uri "rpython" version))
(sha256 (sha256
(base32 (base32
"07pps06fq4c4wmi5ii0sgh9zgwniz5y7frqhm28g3a154l163fxc")))) "02z9cvxf0y41dcvwnvf2zn0albhhw1drvjjbq27m6i1piw1k6fc0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments `(#:python ,python-2)) (arguments `(#:python ,python-2))
(native-inputs (native-inputs