python312Packages.django_4: 4.2.28 -> 4.2.29 (#496374)

This commit is contained in:
Martin Weinelt
2026-03-04 18:36:52 +00:00
committed by GitHub
+2 -2
View File
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "django";
version = "4.2.28";
version = "4.2.29";
pyproject = true;
disabled = pythonAtLeast "3.13";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
owner = "django";
repo = "django";
tag = version;
hash = "sha256-dxlTonT8zFIFGFrrOW4GFKOy5b0chcESxt9i9xHO8h4=";
hash = "sha256-30OcLxtACSxLJ1jT+k7fmM8CyMyleXSPc+l7/3JZKzI=";
};
patches = [