[Backport staging-24.11] python3Packages.django_4: 4.2.21 -> 4.2.22 (#414228)

This commit is contained in:
Martin Weinelt 2025-06-05 15:01:28 +02:00 committed by GitHub
commit 3b3cd7fe66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "django";
version = "4.2.21";
version = "4.2.22";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-GiOPIuYJAkMPW8JccJvFEoQi36rCmySHeLB7mAmg6CM=";
hash = "sha256-+kq3GF2Q8uaa+UsZK5uWQIyW9tSjfKAE+yiuDTSVwwA=";
};
patches =