Unverified Commit 551ba0fa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.teslajsonpy: 3.12.1 -> 3.12.2 (#354333)

parents 6fcee2b7 8c7e1de2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "teslajsonpy";
  version = "3.12.1";
  version = "3.12.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "zabuldon";
    repo = "teslajsonpy";
    rev = "refs/tags/v${version}";
    hash = "sha256-kUuvzjQBHWy3Si/Ha9M01ijv4QyQwK/g5gyhd7/lIdA=";
    hash = "sha256-chUW7aa99KzYyn8qVDX4GK8eI8MoP8+TKRx9PI+0ZKE=";
  };

  build-system = [ poetry-core ];