Merge pull request #299610 from r-ryantm/auto-update/python311Packages.teslajsonpy

python311Packages.teslajsonpy: 3.10.1 -> 3.10.2
This commit is contained in:
Fabian Affolter 2024-03-28 10:34:04 +01:00 committed by GitHub
commit 98a678005d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -17,23 +17,23 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.10.1";
format = "pyproject";
version = "3.10.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "zabuldon";
repo = pname;
repo = "teslajsonpy";
rev = "refs/tags/v${version}";
hash = "sha256-Eez8ktPhbWauFNsIuwoxMkGpI7hnYsBwStmU80IDFw4=";
hash = "sha256-M3/1J73C3gUqyZYsu10O6FnACKYVbGuMH+8Ns0s2Rwc=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
authcaptureproxy
aiohttp
backoff