Unverified Commit c1a5319e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.tesla-fleet-api: 1.2.4 -> 1.2.5 (#458637)

parents 0b51bc6b 3f77aa0c
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -9,22 +9,19 @@
  cryptography,
  fetchFromGitHub,
  protobuf,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
  pname = "tesla-fleet-api";
  version = "1.2.4";
  version = "1.2.5";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "Teslemetry";
    repo = "python-tesla-fleet-api";
    tag = "v${version}";
    hash = "sha256-h6MGYzDNzEss5FIf+2J5oROQw/7OVLpkXuheYKd4BrQ=";
    hash = "sha256-7Diq7xT8tPO4fXp7qsFXWtWExqm2vctoOtPvlCuWOKg=";
  };

  build-system = [ setuptools ];