Unverified Commit ca4a5a42 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 0c366be9 68f65c48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [