Unverified Commit 7453d673 authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent be96678f
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 =