python3Packages.types-tqdm: 4.67.0.20250319 -> 4.67.0.20250401

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:14 +02:00
parent b9150be02f
commit f73ac77b7f
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "types-tqdm";
version = "4.67.0.20250319";
version = "4.67.0.20250401";
pyproject = true;
src = fetchPypi {
pname = "types_tqdm";
inherit version;
hash = "sha256-rpR6ZL2Nfte30rc2nfBfkYH4R+woKP3Iot6wu4cBrao=";
hash = "sha256-dz+Pha3X5f/ogMjM65T1ms9T5ZI9oCTJF1fWo57puD8=";
};
build-system = [ setuptools ];