python311Packages.hahomematic: 2023.8.10 -> 2023.8.11
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.8.10...2023.8.11 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.8.11
This commit is contained in:
parent
94d494b2f6
commit
5a7c5d7e81
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hahomematic";
|
||||
version = "2023.8.10";
|
||||
version = "2023.8.11";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
owner = "danielperna84";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Piy/yUIK+IuEVbkkB18Z1iGNcE67eowff3IimI43E+s=";
|
||||
hash = "sha256-EDpOCZlWIb1WChO4/k37WDkA4LT4Wy8tcMpThMgCQoU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue