python3Packages.django_4: 4.2.22 -> 4.2.23 (#415721)

This commit is contained in:
Martin Weinelt
2025-06-11 02:39:30 +02:00
committed by GitHub
+2 -2
View File
@@ -45,7 +45,7 @@
buildPythonPackage rec {
pname = "django";
version = "4.2.22";
version = "4.2.23";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -54,7 +54,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
rev = "refs/tags/${version}";
hash = "sha256-+kq3GF2Q8uaa+UsZK5uWQIyW9tSjfKAE+yiuDTSVwwA=";
hash = "sha256-h6VkMLg2XAVC0p+ItTs/2EqpYdZn9uNvv6ZwQHXP0bI=";
};
patches =