Merge pull request #182447 from r-ryantm/auto-update/python3.10-pyinsteon

python310Packages.pyinsteon: 1.1.3 -> 1.2.0
This commit is contained in:
Fabian Affolter 2022-07-23 15:59:35 +02:00 committed by GitHub
commit 48434e1d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyinsteon";
version = "1.1.3";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-CYXsYOqh41qRob2DRxTB6zcc/jcdT9/vWJTRk2LJgWo=";
hash = "sha256-PMjvic+K/m7beavlZvGhJcizSNCzLPZYLm3P2V9EPLs=";
};
propagatedBuildInputs = [