Merge pull request #188473 from fabaff/teslajsonpy-bump

python310Packages.teslajsonpy: 2.4.2 -> 2.4.3
This commit is contained in:
Fabian Affolter 2022-08-27 12:36:06 +02:00 committed by GitHub
commit a7b892e49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "2.4.2";
version = "2.4.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-WVyMYmuezTS3GNcIY9Uh+/0+lcgdmoLL6o5d1SFMfvE=";
sha256 = "sha256-S2myMuQq1a3IFGwRi2KqHDhyPyJNGNUH9Xp0mBZMNh8=";
};
nativeBuildInputs = [