Skip to content
Snippets Groups Projects
Unverified Commit ce1ac8ee authored by Alex Vong's avatar Alex Vong Committed by Marius Bakke
Browse files

gnu: python2-rpython: Update to 0.2.1.


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

Signed-off-by: default avatarMarius Bakke <mbakke@fastmail.com>
parent e65acb31
No related branches found
No related tags found
No related merge requests found
...@@ -3838,14 +3838,14 @@ (define-public python2-cython ...@@ -3838,14 +3838,14 @@ (define-public python2-cython
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment