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

python313Packages.django_5: 5.1.4 -> 5.1.5 (#373794)

parents b493c8eb 7453d673
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.4";
  version = "5.1.5";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -52,7 +52,7 @@ buildPythonPackage rec {
    owner = "django";
    repo = "django";
    rev = "refs/tags/${version}";
    hash = "sha256-rE/aErydql5UjS/IiLpDtA3YOsAa+0uRyo40RsjCGLc=";
    hash = "sha256-sompUtVGoormybLxtpT6m1dsyCb29AE8tDptNyHYCgU=";
  };

  patches =