nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.types-tqdm: 4.67.0.20250516 -> 4.67.0.20250809

R. Ryantm 08582d9c 64cf35ea

+2 -2
+2 -2
pkgs/development/python-modules/types-tqdm/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "types-tqdm"; 11 - version = "4.67.0.20250516"; 11 + version = "4.67.0.20250809"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 pname = "types_tqdm"; 16 16 inherit version; 17 - hash = "sha256-IwzKuKMy008ZP8AH6xMqbvVLRRJFLnGL8hrgp8rrWms="; 17 + hash = "sha256-Ar96uRJWCAucTGP58RtRnCe6r1Jxjl/auelgbaFo1QA="; 18 18 }; 19 19 20 20 build-system = [ setuptools ];