mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 16:41:08 +00:00
python311Packages.django_3: 3.2.20 -> 3.2.22
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 3539510aae)
This commit is contained in:
committed by
github-actions[bot]
parent
928bfa919d
commit
9ada885fd9
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user