diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-02-06 17:21:58 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-07 00:49:09 +0000 |
| commit | 53aadd9bae9c41506cc87844a32d86c7c60924e7 (patch) | |
| tree | 00d1944a68d33fac2f18ed16fc44c18ba00b1980 | |
| parent | Merge staging-next-23.11 into staging-23.11 (diff) | |
| download | nixpkgs-53aadd9bae9c41506cc87844a32d86c7c60924e7.tar.gz | |
python311Packages.django_4: 4.2.9 -> 4.2.10
https://docs.djangoproject.com/en/4.2/releases/4.2.10/
https://www.djangoproject.com/weblog/2024/feb/06/security-releases/
https://www.openwall.com/lists/oss-security/2024/02/06/2
Fixes: CVE-2024-24680
(cherry picked from commit 61f56492a72299692761be974f0b1ee612c64a5f)
| -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 47c079328a17..120beebce51d 100644 --- a/pkgs/development/python-modules/django/4.nix +++ b/pkgs/development/python-modules/django/4.nix @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "Django"; - version = "4.2.9"; + version = "4.2.10"; format = "pyproject"; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; - hash = "sha256-EkmMw8uLyAOFOf756Q6V9QdQJDbB8MOmc0ETJPpnXRQ="; + hash = "sha256-sSYO04GxChF1PHNERAjhmGnzJB/EXJhc1VowF3x4nRM="; }; patches = [ |
