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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user