summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/tesla-wall-connector/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tesla-wall-connector/default.nix')
-rw-r--r--pkgs/development/python-modules/tesla-wall-connector/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/tesla-wall-connector/default.nix b/pkgs/development/python-modules/tesla-wall-connector/default.nix
index 85cbff5a1d9a..3f2c68b87d2e 100644
--- a/pkgs/development/python-modules/tesla-wall-connector/default.nix
+++ b/pkgs/development/python-modules/tesla-wall-connector/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "tesla-wall-connector";
- version = "1.0.1";
+ version = "1.0.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "einarhauks";
repo = pname;
rev = version;
- hash = "sha256-JBtlGd9aHY8ikhpJ5v7ZcNu3BfLdBmOBZCMa6C0s6gE=";
+ hash = "sha256-GblKXWV9h37E3bxNsx17hEe0uDm8ahzJUx8wiE+Vc38=";
};
nativeBuildInputs = [
@@ -40,11 +40,6 @@ buildPythonPackage rec {
pytestCheckHook
];
- postPatch = ''
- substituteInPlace pyproject.toml \
- --replace 'backoff = "^1.11.1"' 'backoff = "*"'
- '';
-
pythonImportsCheck = [
"tesla_wall_connector"
];