gnu: python-tqdm: Update to 4.62.3.

* gnu/packages/python-xyz.scm (python-tqdm): Update to 4.62.3.
This commit is contained in:
Marius Bakke 2022-01-21 23:05:40 +01:00
parent b2faad4bd0
commit 9f57352e12
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -20214,14 +20214,14 @@ (define-public python-pydub
(define-public python-tqdm
(package
(name "python-tqdm")
(version "4.60.0")
(version "4.62.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tqdm" version))
(sha256
(base32
"1bjpy4mjg6ryp0ijvqi77vgs76l5hh3zrv3x4vmcwxrlbswvvppb"))))
"03cjj8jl8iybvfjbpvdql5qfslzfv043g7w6nx8rhv2h2xrdwnfk"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases