gnu: python2-futures: Update to 3.0.5.
* gnu/packages/python.scm (python2-futures): Update to 3.0.5.
This commit is contained in:
parent
06fe79f263
commit
e17a12482b
|
@ -9099,14 +9099,14 @@ otherwise matches 3.2’s API.")
|
||||||
(define-public python2-futures
|
(define-public python2-futures
|
||||||
(package
|
(package
|
||||||
(name "python2-futures")
|
(name "python2-futures")
|
||||||
(version "3.0.3")
|
(version "3.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "futures" version))
|
(uri (pypi-uri "futures" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vcb34dqhzkhbq1957vdjszhhm5y3j9ba88dgwhqx2zynhmk9qig"))))
|
"1pw1z4329xvlabdpwqa6b7v2fxf7hl64m4cgr22ckbym8m8m4hh5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:python ,python-2))
|
(arguments `(#:python ,python-2))
|
||||||
(home-page "https://github.com/agronholm/pythonfutures")
|
(home-page "https://github.com/agronholm/pythonfutures")
|
||||||
|
|
Loading…
Reference in New Issue