python310Packages.teslajsonpy: 3.2.0 -> 3.2.2

Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.2.2
This commit is contained in:
Fabian Affolter 2022-11-22 19:08:59 +01:00
parent ccbe8c8072
commit 1c416b8ce3

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.2.0";
version = "3.2.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6xYMaKYKQkxbdm/vPOvKUxU8vnB+/cSiA6U7g9YPosQ=";
hash = "sha256-o3MTmMLSdpOprV6wridKF0SxPfKfIvla00/Z9Y2EePE=";
};
nativeBuildInputs = [