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

python312Packages.django_5: 5.1.2 -> 5.1.3 (#353834)

parents bd8d7c80 53b356fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

buildPythonPackage rec {
  pname = "django";
  version = "5.1.2";
  version = "5.1.3";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
    owner = "django";
    repo = "django";
    rev = "refs/tags/${version}";
    hash = "sha256-HQt7et2PBG5rPCFCl64CIr+jTpty0a5IxJ0rKP6QCBM=";
    hash = "sha256-TqOVe+QkwNx/SpI/6X/AQaqLHk3LDSupoRl3RKL6kac=";
  };

  patches =