python310Packages.teslajsonpy: 3.4.1 -> 3.5.0

Diff: https://github.com/zabuldon/teslajsonpy/compare/refs/tags/v3.4.1...v3.5.0

Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.5.0
This commit is contained in:
Fabian Affolter 2022-12-10 11:25:58 +01:00
parent 600a84ae16
commit 3ca8543f34

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.4.1";
version = "3.5.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RPCzxcuD57ma306GLYsxxvvvZ0e8RTd/KxOeMSaQQQQ=";
hash = "sha256-mjKbCy4WalB3kRk1x6bTBLARCW0vrUbSdcvvDP//TzM=";
};
nativeBuildInputs = [