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

View file

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