me
/
guix
Archived
1
0
Fork 0

gnu: python-tqdm: Update to 4.62.3.

* gnu/packages/python-xyz.scm (python-tqdm): Update to 4.62.3.
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
1 changed files with 2 additions and 2 deletions

View File

@ -20214,14 +20214,14 @@ ignoring formatting changes.")
(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