python3Packages.djangorestframework-stubs: 3.16.0 -> 3.16.1

https://github.com/typeddjango/djangorestframework-stubs/releases/tag/3.16.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:11 +02:00
parent 801f82afdd
commit dddf25d804
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "djangorestframework-stubs";
version = "3.16.0";
version = "3.16.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "typeddjango";
repo = "djangorestframework-stubs";
tag = version;
hash = "sha256-q/9tCMT79TMHIQ4KH8tiunaTt7L6IItwNYBFlbNxBcE=";
hash = "sha256-TTv6v7G3LODrUDSYSNNa4+dujih7QElmvK3mMQg9EuQ=";
};
nativeBuildInputs = [ setuptools ];