python312Packages.sse-starlette: 2.1.0 -> 2.1.2

Diff: https://github.com/sysid/sse-starlette/compare/refs/tags/v2.1.0...v2.1.2

Changelog: https://github.com/sysid/sse-starlette/blob/2.1.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-06-16 16:55:59 +02:00
parent c55e09c1b8
commit c84042b9ce

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "sse-starlette";
version = "2.1.0";
version = "2.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "sysid";
repo = "sse-starlette";
rev = "refs/tags/v${version}";
hash = "sha256-gBkEs1jSKIOme2rbLf+pM3jFDgJkxyU92q+GsUsp8Eo=";
hash = "sha256-/aL0IkMdHNt7Ms1Et+xf00B9FGI31FuHAiJbxVMm3w0=";
};
build-system = [ pdm-backend ];