Merge pull request #297223 from r-ryantm/auto-update/python311Packages.types-deprecated

python311Packages.types-deprecated: 1.2.9.20240106 -> 1.2.9.20240311
This commit is contained in:
Fabian Affolter 2024-03-19 20:45:16 +01:00 committed by GitHub
commit 35eb71ba16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "types-deprecated";
version = "1.2.9.20240106";
version = "1.2.9.20240311";
pyproject = true;
src = fetchPypi {
pname = "types-Deprecated";
inherit version;
hash = "sha256-r+uBnpoD0KV5XxjIj+YgfEjtE8Y56TKBvZ2be7bTQxA=";
hash = "sha256-BoDomYmoFCcH3oED8V0YJEWlM8EEf9m36MVFkQHpuQo=";
};
nativeBuildInputs = [