python310Packages.teslajsonpy: 3.7.5 -> 3.8.0

Diff: https://github.com/zabuldon/teslajsonpy/compare/refs/tags/v3.7.5...v3.8.0

Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.8.0
This commit is contained in:
Fabian Affolter 2023-03-26 11:58:54 +02:00
parent 8f2cffe821
commit 53afe09376

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.7.5";
version = "3.8.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-MOFC8jMJsBernY1/aFobgBNsnt7MYjSUPVoum0e4hUg=";
hash = "sha256-JKKHLg99hl2XnqRfBCT0t9QyQEY1YEwBsKb3pB5CNRA=";
};
nativeBuildInputs = [