python3Packages.types-tqdm: 4.67.0.20250516 -> 4.67.0.20250809

This commit is contained in:
R. Ryantm
2025-08-13 19:27:56 +00:00
parent 64cf35ea43
commit 08582d9cae
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "types-tqdm";
version = "4.67.0.20250516";
version = "4.67.0.20250809";
pyproject = true;
src = fetchPypi {
pname = "types_tqdm";
inherit version;
hash = "sha256-IwzKuKMy008ZP8AH6xMqbvVLRRJFLnGL8hrgp8rrWms=";
hash = "sha256-Ar96uRJWCAucTGP58RtRnCe6r1Jxjl/auelgbaFo1QA=";
};
build-system = [ setuptools ];