lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.django_3: 3.2.22 -> 3.2.23

https://docs.djangoproject.com/en/3.2/releases/3.2.23/
https://www.djangoproject.com/weblog/2023/nov/01/security-releases/

Fixes: CVE-2023-46695 (on Windows only)

+2 -2
+2 -2
pkgs/development/python-modules/django/3.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "django"; 18 - version = "3.2.22"; 18 + version = "3.2.23"; 19 19 20 20 disabled = pythonOlder "3.7"; 21 21 22 22 src = fetchPypi { 23 23 pname = "Django"; 24 24 inherit version; 25 - hash = "sha256-g7bWawbkhIB9d4Jj/cf5GG1NwYYvz6ZQeDBEasawYLo="; 25 + hash = "sha256-gpaPNkDinvSnc68sKESPX3oI0AHGrAWzLQKu7mUJUIs="; 26 26 }; 27 27 28 28 patches = [