gnu: python-future: Update to 0.17.1.
* gnu/packages/python-xyz.scm (python-future): Update to 0.17.1.
This commit is contained in:
parent
0447a2a82b
commit
d5d5403033
|
@ -9332,14 +9332,14 @@ development version of CPython that are not available in older releases.")
|
||||||
(define-public python-future
|
(define-public python-future
|
||||||
(package
|
(package
|
||||||
(name "python-future")
|
(name "python-future")
|
||||||
(version "0.16.0")
|
(version "0.17.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "future" version))
|
(uri (pypi-uri "future" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nzy1k4m9966sikp0qka7lirh8sqrsyainyf8rk97db7nwdfv773"))))
|
"1f2rlqn9rh7adgir52dlbqz69gsab44x0mlm8gf1cs7xvhv54137"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; Many tests connect to the network or are otherwise flawed.
|
;; Many tests connect to the network or are otherwise flawed.
|
||||||
;; https://github.com/PythonCharmers/python-future/issues/210
|
;; https://github.com/PythonCharmers/python-future/issues/210
|
||||||
|
|
Loading…
Reference in New Issue