python311Packages.hap-python: 4.6.0 -> 4.7.0
Changelog: https://github.com/ikalchev/HAP-python/blob/4.7.0/CHANGELOG.md
This commit is contained in:
parent
dfa022d879
commit
7f00f80a34
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hap-python";
|
||||
version = "4.6.0";
|
||||
version = "4.7.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "ikalchev";
|
||||
repo = "HAP-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-fAJB1gk8zTS/mW5KzWr3z26qctZc/EQlk//WM1Xwpl0=";
|
||||
};
|
||||
|
||||
@ -72,7 +72,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "HomeKit Accessory Protocol implementation";
|
||||
homepage = "https://github.com/ikalchev/HAP-python";
|
||||
changelog = "https://github.com/ikalchev/HAP-python/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/ikalchev/HAP-python/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ oro ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user