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

python3Packages.django_5_1: 5.1.9 -> 5.1.10 (#414118)

parents 08b2ab87 00d8ed7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@

buildPythonPackage rec {
  pname = "django";
  version = "5.1.9";
  version = "5.1.10";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -53,7 +53,7 @@ buildPythonPackage rec {
    owner = "django";
    repo = "django";
    rev = "refs/tags/${version}";
    hash = "sha256-uBP6MoVjPUtNu6KxLjaYmKTN42JIUCTJSuSnQWSxyQU=";
    hash = "sha256-+VsTrlff1eBGaVBqRHNOivVXqBkfjZvY2dzawE1sOOQ=";
  };

  patches =