File tree Expand file tree Collapse file tree
pkgs/development/python-modules/denonavr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020buildPythonPackage rec {
2121 pname = "denonavr" ;
22- version = "1.1.2 " ;
22+ version = "1.2.0 " ;
2323 pyproject = true ;
2424
2525 src = fetchFromGitHub {
2626 owner = "ol-iver" ;
2727 repo = "denonavr" ;
2828 tag = version ;
29- hash = "sha256-r8Gg7mZwEiSq1iFQJXLb9xCb/iYxTbaCKGBH2EDZQqs =" ;
29+ hash = "sha256-/GhlSZhl4VAl0em3QLolSRS0wZQeOhhF+B/91ohqVPw =" ;
3030 } ;
3131
32- pythonRelaxDeps = [ "defusedxml" ] ;
33-
3432 build-system = [ setuptools ] ;
3533
3634 dependencies = [
@@ -52,11 +50,11 @@ buildPythonPackage rec {
5250
5351 pythonImportsCheck = [ "denonavr" ] ;
5452
55- meta = with lib ; {
53+ meta = {
5654 description = "Automation Library for Denon AVR receivers" ;
5755 homepage = "https://github.com/ol-iver/denonavr" ;
5856 changelog = "https://github.com/ol-iver/denonavr/releases/tag/${ src . tag } " ;
59- license = licenses . mit ;
57+ license = lib . licenses . mit ;
6058 maintainers = [ ] ;
6159 } ;
6260}
You can’t perform that action at this time.
0 commit comments