python311Packages.teslajsonpy: 3.8.1 -> 3.9.0

Diff: https://github.com/zabuldon/teslajsonpy/compare/refs/tags/v3.8.1...v3.9.0

Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.9.0
This commit is contained in:
Fabian Affolter
2023-06-12 07:34:57 +02:00
parent 4e3d46a3ea
commit 882d513d54
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.8.1";
version = "3.9.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RPR1ek1gpbermSRaGqT2v31UVB6044E2ZxIqv1yr2bs=";
hash = "sha256-6H8miS0tKB99ZkiBvqJ77NIsswJ+ivYt1VZOLwTQr24=";
};
nativeBuildInputs = [