python3Packages.djangorestframework: 3.16.1 -> 3.17.1

Release notes:
- https://github.com/encode/django-rest-framework/releases/tag/3.17.0
- https://github.com/encode/django-rest-framework/releases/tag/3.17.1

Assisted-by: OpenAI Codex (GPT-5)
This commit is contained in:
Lisa Scheers
2026-05-27 18:37:39 +02:00
parent 170e319c43
commit af4899c4e1
@@ -27,14 +27,14 @@
buildPythonPackage (finalAttrs: {
pname = "djangorestframework";
version = "3.16.1";
version = "3.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "encode";
repo = "django-rest-framework";
tag = finalAttrs.version;
hash = "sha256-kjviZFuGt/x0RSc7wwl/+SeYQ5AGuv0e7HMhAmu4IgY=";
hash = "sha256-hDAtICtVFeEXRgR5Shb0IdVlLkpf/TBDWw+2cOLJTfw=";
};
build-system = [ setuptools ];