diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-01-14 18:52:24 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-01-14 18:52:46 +0100 |
| commit | d8c10f07988449084d174abd2f31e314938a49b9 (patch) | |
| tree | f5e853a0ebdcf67f8de8e09d8701828bb1878a4b /pkgs/development/python-modules/django | |
| parent | python312Packages.qdrant-client: 1.12.1 -> 1.12.2 (#373671) (diff) | |
| download | nixpkgs-d8c10f07988449084d174abd2f31e314938a49b9.tar.gz | |
python313Packages.django_4: 4.2.17 -> 4.2.18
https://docs.djangoproject.com/en/4.2/releases/4.2.18/
https://www.djangoproject.com/weblog/2025/jan/14/security-releases/
Fixes: CVE-2024-56374
Diffstat (limited to 'pkgs/development/python-modules/django')
| -rw-r--r-- | pkgs/development/python-modules/django/4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/4.nix b/pkgs/development/python-modules/django/4.nix index b46237b1419e..cb833a407c60 100644 --- a/pkgs/development/python-modules/django/4.nix +++ b/pkgs/development/python-modules/django/4.nix @@ -44,7 +44,7 @@ buildPythonPackage rec { pname = "django"; - version = "4.2.17"; + version = "4.2.18"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -53,7 +53,7 @@ buildPythonPackage rec { owner = "django"; repo = "django"; rev = "refs/tags/${version}"; - hash = "sha256-G3PAG/fe4yG55699XS8rcWigF92J0Fke1qnUxRqOUnc="; + hash = "sha256-aOTfZDJsEfWHXxkvTgyc2E9ye3LpzHG1bJTo40Dke4I="; }; patches = |
