[Backport staging-24.05] python312Packages.django_4: 4.2.15 -> 4.2.16 (#339572)

This commit is contained in:
Robert Scott 2024-09-10 23:05:51 +01:00 committed by GitHub
commit 2981e28ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "4.2.15";
version = "4.2.16";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-SWENMUsTgP3X3EvFiTgpKCZO0/KaZ1x1stSyp2kM/P4=";
hash = "sha256-VW/qfqOadivtU8Xg70FLqENtOV7GqJM4bR2Ik6Yag+o=";
};
patches =