Merge pull request #267020 from fabaff/teslajsonpy-bump

python311Packages.teslajsonpy: 3.9.6 -> 3.9.7
This commit is contained in:
Fabian Affolter 2023-11-12 13:33:18 +01:00 committed by GitHub
commit 52bfbd43ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.9.6";
version = "3.9.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-CMgqZePM67IejwYy+x6vfFSPpAA5NRUp5KRD1lEq7io=";
hash = "sha256-A59b7qr9Y4LuIwP51ci7k1019/T+qNcDYPDNCkmqpi4=";
};
nativeBuildInputs = [