python3Packages.types-tqdm: 4.67.0.20250516 -> 4.67.0.20250809 (#433467)

This commit is contained in:
Gaétan Lepage
2025-08-13 22:10:31 +02:00
committed by GitHub
@@ -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 ];