Unverified Commit 248fdd22 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.sse-starlette: 2.2.1 -> 2.3.3 (#402631)

parents 59178553 0b5855f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "sse-starlette";
  version = "2.2.1";
  version = "2.3.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "sysid";
    repo = "sse-starlette";
    tag = "v${version}";
    hash = "sha256-gBwr4WHJXlh/G3qGbZUPD3pKeX1CI1iTlrI91MVmnJY=";
    hash = "sha256-dflXjMOFBnQI794iK8o55oFxpuuBP+26suOZzqzLD/Q=";
  };

  build-system = [ setuptools ];