python313Packages.starlette-context: 0.3.6 -> 0.4.0

https://github.com/tomwojcik/starlette-context/releases/tag/v0.4.0
This commit is contained in:
Martin Weinelt
2025-03-04 07:45:19 +01:00
parent 5e2119f033
commit fed773e0b7
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "starlette-context";
version = "0.3.6";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tomwojcik";
repo = "starlette-context";
tag = "v${version}";
hash = "sha256-ZKwE2M86clYKdptd0o/j8VYUOj/Y/72uUnpxFbJ65vw=";
hash = "sha256-PzVZ458TdBLdbFJDN+X8hVU5zsRxcesihoDB+jRaKAg=";
};
build-system = [ poetry-core ];