python310Packages.pyotgw: 2.0.3 -> 2.1.0

This commit is contained in:
Fabian Affolter 2022-10-15 09:14:49 +02:00
parent e93839e867
commit 9e20857603

View File

@ -9,14 +9,16 @@
buildPythonPackage rec {
pname = "pyotgw";
version = "2.0.3";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "mvn23";
repo = pname;
rev = version;
hash = "sha256-5iP+EnDrKYQN5N4EvPeWipjkJNweCvi2QBnvwF22gUY=";
hash = "sha256-1kUL0fY+L8HZIdQki0KK5RstfZSd/ylaqV7m1z40yM8=";
};
propagatedBuildInputs = [
@ -32,7 +34,9 @@ buildPythonPackage rec {
"--asyncio-mode=legacy"
];
pythonImportsCheck = [ "pyotgw" ];
pythonImportsCheck = [
"pyotgw"
];
meta = with lib; {
description = "Python module to interact the OpenTherm Gateway";