python312Packages.django_4: 4.2.15 -> 4.2.16 (#339373)

This commit is contained in:
Martin Weinelt 2024-09-04 17:59:48 +02:00 committed by GitHub
commit 5a3f7821df
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 =