File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
pkgs/development/python-modules/nhc Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77
88buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments