[release-24.05] python312Packages.django_5: 5.0.8 -> 5.0.9 (#339379)

This commit is contained in:
Martin Weinelt 2024-09-07 17:59:13 +02:00 committed by GitHub
commit 45c92a5a0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "django";
version = "5.0.8";
version = "5.0.9";
pyproject = true;
disabled = pythonOlder "3.10";
@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-mH8o1f3UMuKEHwfXK2ck1GVj/T50F+7IgTsnXJn7aHU=";
hash = "sha256-0SZoA9kQ+UTc6V28pRMqqpL9FlWSfKXbGrNWO93a19Y=";
};
patches =