lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.types-tqdm: 4.67.0.20250404 -> 4.67.0.20250417

+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.20250404"; 11 + version = "4.67.0.20250417"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 pname = "types_tqdm"; 16 16 inherit version; 17 - hash = "sha256-6Zl8ZV/7ujq3j0QYtVEcBaVOdoJNBz0hIWbcc6pWx2g="; 17 + hash = "sha256-v8xAmdjUjfVOU/PqZHCMvMHRxAOcp2GVlBidqMA8e+I="; 18 18 }; 19 19 20 20 build-system = [ setuptools ];