Unverified Commit 17ca779e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #222145 from graham33/feature/bump_teslajsonpy

python310Packages.teslajsonpy: 3.7.2 -> 3.7.4
parents 98df3b18 20c4346a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, buildPythonPackage
, fetchFromGitHub
, httpx
, orjson
, poetry-core
, pytest-asyncio
, pytestCheckHook
@@ -16,7 +17,7 @@

buildPythonPackage rec {
  pname = "teslajsonpy";
  version = "3.7.2";
  version = "3.7.4";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -25,7 +26,7 @@ buildPythonPackage rec {
    owner = "zabuldon";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-VOxdX6O6MG2F2ENiFI5+i7Yh+onHq755DsL7obm6Tcg=";
    hash = "sha256-A/UliJWJ1gSDNG1IMcJup33elyxTxuGK/y/001WJnV8=";
  };

  nativeBuildInputs = [
@@ -38,6 +39,7 @@ buildPythonPackage rec {
    backoff
    beautifulsoup4
    httpx
    orjson
    tenacity
    wrapt
  ];