diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-10-04 18:49:58 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-10-05 01:28:09 +0000 |
| commit | dc24b504d0b9b6577d6631d41d6588c97e7d9529 (patch) | |
| tree | d2c8f00152ef5a667cf077be72020f1145eed91e | |
| parent | Merge pull request #259007 from NixOS/backport-258769-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-259029-to-release-23.05.tar.gz | |
python311Packages.django_3: 3.2.20 -> 3.2.22origin/backport-259029-to-release-23.05
https://docs.djangoproject.com/en/dev/releases/3.2.21/
https://docs.djangoproject.com/en/dev/releases/3.2.22/
https://www.djangoproject.com/weblog/2023/sep/04/security-releases/
https://www.djangoproject.com/weblog/2023/oct/04/security-releases/
Fixes: CVE-2023-41164, CVE-2023-43665
(cherry picked from commit 3539510aaef2720122ffbc5e33940242ed7ef8ce)
| -rw-r--r-- | pkgs/development/python-modules/django/3.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/3.nix b/pkgs/development/python-modules/django/3.nix index 9c8e13842422..7796c31ebd0e 100644 --- a/pkgs/development/python-modules/django/3.nix +++ b/pkgs/development/python-modules/django/3.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "django"; - version = "3.2.20"; + version = "3.2.22"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "Django"; inherit version; - hash = "sha256-3sKhFnh7jhSWIBS/eOEgu6RUE1EI4a+em5Gt57KWTEA="; + hash = "sha256-g7bWawbkhIB9d4Jj/cf5GG1NwYYvz6ZQeDBEasawYLo="; }; patches = [ |
