From 3f77aa0c65589706a590da3a2aa425b5adc5eb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 4 Nov 2025 14:49:23 -0800 Subject: [PATCH] python3Packages.tesla-fleet-api: 1.2.4 -> 1.2.5 Diff: https://github.com/Teslemetry/python-tesla-fleet-api/compare/v1.2.4...v1.2.5 Changelog: https://github.com/Teslemetry/python-tesla-fleet-api/releases/tag/v1.2.5 --- .../development/python-modules/tesla-fleet-api/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/tesla-fleet-api/default.nix b/pkgs/development/python-modules/tesla-fleet-api/default.nix index 202e9a2f2917..bc1bddb0e021 100644 --- a/pkgs/development/python-modules/tesla-fleet-api/default.nix +++ b/pkgs/development/python-modules/tesla-fleet-api/default.nix @@ -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 ];