python3Packages.types-tqdm: 4.67.0.20250516 -> 4.67.0.20250809

R. Ryantm 08582d9c 64cf35ea

Changed files
+2 -2
pkgs
development
python-modules
types-tqdm
+2 -2
pkgs/development/python-modules/types-tqdm/default.nix
···
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 ];