python313Packages.sse-starlette: 2.2.1 -> 2.3.3
Diff: https://github.com/sysid/sse-starlette/compare/refs/tags/v2.2.1...refs/tags/v2.3.3 Changelog: https://github.com/sysid/sse-starlette/blob/v2.3.3/CHANGELOG.md
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user