python310Packages.teslajsonpy: 3.4.0 -> 3.4.1

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

Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.4.1
This commit is contained in:
Fabian Affolter 2022-12-05 12:19:57 +01:00
parent 2255f28d87
commit 600a84ae16

View File

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