Merge pull request #203961 from fabaff/teslajsonpy-bump

python310Packages.teslajsonpy: 3.2.2 -> 3.3.0
This commit is contained in:
Fabian Affolter 2022-12-01 19:34:01 +01:00 committed by GitHub
commit 2169e9c32a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.2.2";
version = "3.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-o3MTmMLSdpOprV6wridKF0SxPfKfIvla00/Z9Y2EePE=";
hash = "sha256-hjeMGqCoCC1CYvBPVkSsvU+Us+dtPwNFAFa0y+WNCLg=";
};
nativeBuildInputs = [