about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-05-17 17:56:02 +0200
committerGitHub <noreply@github.com>2024-05-17 17:56:02 +0200
commitfc466f434e35084ddc6c1fda3c8656617d40a9ed (patch)
tree50a547556d37f9c190430ab03b3517801d5b8f1d
parent4c84faa2dd8942eec43d24b4846ea9198f6465a3 (diff)
parent03ae87e9b25472cd264013b7b8d2e47504aa0ce9 (diff)
Merge pull request #312396 from fabaff/tesla-fleet-api-bump
python312Packages.tesla-fleet-api: 0.5.9 -> 0.5.11
-rw-r--r--pkgs/development/python-modules/tesla-fleet-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tesla-fleet-api/default.nix b/pkgs/development/python-modules/tesla-fleet-api/default.nix
index 31317cd7b7b43..95b4e84390b10 100644
--- a/pkgs/development/python-modules/tesla-fleet-api/default.nix
+++ b/pkgs/development/python-modules/tesla-fleet-api/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "tesla-fleet-api";
-  version = "0.5.9";
+  version = "0.5.11";
   pyproject = true;
 
   disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "Teslemetry";
     repo = "python-tesla-fleet-api";
     rev = "refs/tags/v${version}";
-    hash = "sha256-aDejd9UHGXkBa5xyCJaLOkT1A2cWmnx1rKJkXjjw0fc=";
+    hash = "sha256-CwgIWTcLHlV+0ZoSUduQIX/lzmz65dFb+rWkQ/qfKY4=";
   };
 
   build-system = [ setuptools ];