python310Packages.pyinsteon: 1.4.1 -> 1.4.2

https://github.com/pyinsteon/pyinsteon/compare/refs/tags/1.4.1...1.4.2
This commit is contained in:
Martin Weinelt 2023-04-24 01:13:50 +02:00
parent d9ad436f9a
commit e2b6b51e75
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyinsteon";
version = "1.4.1";
version = "1.4.2";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-K8uMyMNZwe6Zr/Qb98wmTLz2+45bx7cmoApnUW5oNPw=";
hash = "sha256-5c2hcW9XSEyIMlyrn70U7tgBWdxGrtJoQkjkYzlrbKE=";
};
nativeBuildInputs = [