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

python310Packages.pyinsteon: 1.1.0 -> 1.1.1
This commit is contained in:
Fabian Affolter 2022-06-13 16:28:42 +02:00 committed by GitHub
commit 13f08d71ce
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.0";
version = "1.1.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YoDCvYpbw06MXx371SNarrtQ0t4xlhwm1CBbl524P7c=";
hash = "sha256-KrsZfLJRYqlV/VwMElv4YoT3/vvfJmrN47s7dGm4isw=";
};
propagatedBuildInputs = [