Skip to content

Commit f999c90

Browse files
committed
1 parent 86b80f1 commit f999c90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/development/python-modules/nhc/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildPythonPackage rec {
99
pname = "nhc";
10-
version = "0.4.10";
10+
version = "0.4.11";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "vandeurenglenn";
1515
repo = "nhc";
1616
tag = "v${version}";
17-
hash = "sha256-oweR7SX8ltL49JJJK3yRNnXL952kEbcLVnmIYXRcLUA=";
17+
hash = "sha256-HokM3u6yf8mT3Zc46qVcZYAfRG9TTjGu+5eLFmi9EUM=";
1818
};
1919

2020
build-system = [ setuptools ];
@@ -25,7 +25,6 @@ buildPythonPackage rec {
2525
doCheck = false;
2626

2727
meta = {
28-
changelog = "https://github.com/vandeurenglenn/nhc/blob/${src.tag}/CHANGELOG.md";
2928
description = "SDK for Niko Home Control";
3029
homepage = "https://github.com/vandeurenglenn/nhc";
3130
license = lib.licenses.mit;

0 commit comments

Comments
 (0)