Unverified Commit fed773e0 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.starlette-context: 0.3.6 -> 0.4.0

parent 5e2119f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];