gnu: python-tqdm: Update to 4.19.5.
* gnu/packages/python.scm (python-tqdm): Update to 4.19.5. [native-inputs]: Remove PYTHON-NOSE-TIMER and PYTHON-VIRTUALENV.
This commit is contained in:
parent
01af1e11a6
commit
3cbddeec39
|
@ -11925,21 +11925,19 @@ ignoring formatting changes.")
|
||||||
(define-public python-tqdm
|
(define-public python-tqdm
|
||||||
(package
|
(package
|
||||||
(name "python-tqdm")
|
(name "python-tqdm")
|
||||||
(version "4.15.0")
|
(version "4.19.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tqdm" version))
|
(uri (pypi-uri "tqdm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lwrmby8qz23gvqwkpivfrv4q8nfh90cz9ml6slwvwmcxxsdrhbf"))))
|
"0xvkffm77nqckk29xjy5fkqvig5b97vk7nzafp3cn36w4zqyccnz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-flake8" ,python-flake8)
|
`(("python-flake8" ,python-flake8)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-nose-timer" ,python-nose-timer)
|
("python-coverage" ,python-coverage)))
|
||||||
("python-coverage" ,python-coverage)
|
|
||||||
("python-virtualenv" ,python-virtualenv)))
|
|
||||||
(home-page "https://github.com/tqdm/tqdm")
|
(home-page "https://github.com/tqdm/tqdm")
|
||||||
(synopsis "Fast, extensible progress meter")
|
(synopsis "Fast, extensible progress meter")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue