python310Packages.teslajsonpy: 3.5.0 -> 3.5.1

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

Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.5.1
This commit is contained in:
Fabian Affolter 2022-12-11 09:49:30 +01:00
parent 32cc7e8de2
commit 56a34c940e

View File

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