python313Packages.nhc: 0.4.10 -> 0.4.11
Diff: https://github.com/vandeurenglenn/nhc/compare/refs/tags/v0.4.10...v0.4.11 Changelog: https://github.com/vandeurenglenn/nhc/blob/v0.4.11/CHANGELOG.md
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nhc";
|
||||
version = "0.4.10";
|
||||
version = "0.4.11";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vandeurenglenn";
|
||||
repo = "nhc";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-oweR7SX8ltL49JJJK3yRNnXL952kEbcLVnmIYXRcLUA=";
|
||||
hash = "sha256-HokM3u6yf8mT3Zc46qVcZYAfRG9TTjGu+5eLFmi9EUM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -25,7 +25,6 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/vandeurenglenn/nhc/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "SDK for Niko Home Control";
|
||||
homepage = "https://github.com/vandeurenglenn/nhc";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user