Merge pull request #245738 from r-ryantm/auto-update/python310Packages.teslajsonpy

python310Packages.teslajsonpy: 3.9.1 -> 3.9.2
This commit is contained in:
Nick Cao 2023-07-27 19:30:45 -06:00 committed by GitHub
commit c73b0aa940
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.1";
version = "3.9.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6QwBXWV/oMPDogzS5+EtRP9uzySvdYtnRR4Lb5IWwh4=";
hash = "sha256-K68UhtPtgTZoAl9NG5ZHOwzsvDl028coXS4ZpmJ0ULs=";
};
nativeBuildInputs = [