1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-tqdm: Update to 4.64.1.

* gnu/packages/python-xyz.scm (python-tqdm): Update to 4.64.1.
This commit is contained in:
Marius Bakke
2022-09-14 15:14:18 +02:00
parent 71d7694de4
commit 511a1b2a2f

View File

@@ -20652,14 +20652,14 @@ ignoring formatting changes.")
(define-public python-tqdm
(package
(name "python-tqdm")
(version "4.62.3")
(version "4.64.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tqdm" version))
(sha256
(base32
"03cjj8jl8iybvfjbpvdql5qfslzfv043g7w6nx8rhv2h2xrdwnfk"))))
"1r7i9kswpnrx4ppfvzz6discb04j1rqkqxdwa2sc2la900m6hksz"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases