Merge pull request #305944 from GaetanLepage/types-tqdm

python311Packages.types-tqdm: 4.66.0.20240106 -> 4.66.0.20240417
This commit is contained in:
Nick Cao 2024-04-22 11:39:13 -04:00 committed by GitHub
commit 840969a73f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -7,17 +7,17 @@
buildPythonPackage rec {
pname = "types-tqdm";
version = "4.66.0.20240106";
version = "4.66.0.20240417";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-es9KreW6097XbrgpeD+ZYbHCGHlI6qbdGuhkTf+VqTg=";
hash = "sha256-Ftzp71IuqNQOT1uNhN2KEWbu/BPO7np+FYvw8aFCGjE=";
};
nativeBuildInputs = [
build-system = [
setuptools
];