Commit 41db68b0 authored by Fabian Affolter's avatar Fabian Affolter Committed by Yt
Browse files
parent 8a209994
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "starlette";
  version = "0.25.0";
  version = "0.26.1";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "encode";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-s0ADo/+lcH8Y31hf1iSLbfTsV3fZtlCuZf7BS0uQc9Y=";
    hash = "sha256-/zYqYmmCcOLU8Di9b4BzDLFtB5wYEEF1bYN6u2rb8Lg=";
  };

  nativeBuildInputs = [