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:
parent
e65acb3124
commit
ce1ac8eea6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue