Merge pull request #208382 from fabaff/teslajsonpy-bump

python310Packages.teslajsonpy: 3.7.0 -> 3.7.1
This commit is contained in:
Fabian Affolter 2022-12-30 22:23:37 +01:00 committed by GitHub
commit 74bfc2eb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.7.0";
version = "3.7.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-H2PXn2RwEteLpbbQftlSXM7vD59IJCFJhYdnHHGXfo8=";
hash = "sha256-aQKoSvnCZNAqXf2tUsdlkHpkRJ8k7BVOOK3TQlV7OoM=";
};
nativeBuildInputs = [