gnu: python-tqdm: Update to 4.19.6.

* gnu/packages/python.scm (python-tqdm): Update to 4.19.6.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-10 05:20:05 +01:00
parent 594bd3a08a
commit b37f005c6b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -12080,14 +12080,14 @@ (define-public python2-pydiff
(define-public python-tqdm
(package
(name "python-tqdm")
(version "4.19.5")
(version "4.19.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tqdm" version))
(sha256
(base32
"0xvkffm77nqckk29xjy5fkqvig5b97vk7nzafp3cn36w4zqyccnz"))))
"1pw0ngm0zn9papdmkwipi3yih5c3di6d0w849bdmrraq4d2d9h2y"))))
(build-system python-build-system)
(native-inputs
`(("python-flake8" ,python-flake8)