python310Packages.hahomematic: 2022.9.1 -> 2022.10.0

This commit is contained in:
R. Ryantm 2022-10-04 02:22:30 +00:00
parent 5f53dac66a
commit 6ef43258cd

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2022.9.1";
version = "2022.10.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-OWEF1CJ4ZW64P4w3M+uur/NKCmjhS1c19izA041cC8A=";
sha256 = "sha256-1O6MMuRpFDWr85Uf9deW8tjolBXT5852ALsZoDleIpw=";
};
nativeBuildInputs = [