python3Packages.djangorestframework-stubs: 3.16.2 -> 3.16.7

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:11 +01:00
parent 5c3ce53cc0
commit 92946dc1ac
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "djangorestframework-stubs";
version = "3.16.2";
version = "3.16.7";
pyproject = true;
src = fetchFromGitHub {
owner = "typeddjango";
repo = "djangorestframework-stubs";
tag = version;
hash = "sha256-A6IyRJwuc0eqRtkCHtWN5C5yCMdgxfygqmpHV+/MJhE=";
hash = "sha256-reOx6b1isu6wtC8cM8KI1HEr5wfJUNIeQd2YaZjIRnQ=";
};
postPatch = ''