python310Packages.hahomematic: 2022.12.5 -> 2022.12.6
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2022.12.5...2022.12.6 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2022.12.6
This commit is contained in:
parent
7609d9d94b
commit
17d75b3205
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hahomematic";
|
pname = "hahomematic";
|
||||||
version = "2022.12.5";
|
version = "2022.12.6";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||||
owner = "danielperna84";
|
owner = "danielperna84";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-DlFudYIoh3luc2v4fgucpV+jTs4Bn8uSs+1YATxA6U0=";
|
sha256 = "sha256-bTplDaEFvDEGWPkhVl23iy4FSniu+HhMrbs3AUTgYM0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue