python310Packages.hahomematic: 2023.1.2 -> 2023.1.3
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.1.2...2023.1.3 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.1.3
This commit is contained in:
parent
175bcc0b79
commit
b9c8c15e4c
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hahomematic";
|
||||
version = "2023.1.2";
|
||||
version = "2023.1.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
owner = "danielperna84";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-UxW80Lp8hATZFxFCxxD0p8BtqYhTl3UhwcM/+abN43c=";
|
||||
sha256 = "sha256-ilttytpvvx7OzEvJ9w4iZLcXYUxg0hstph9OvPvPaNs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue