File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/denonavr Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020buildPythonPackage rec {
2121 pname = "denonavr" ;
22- version = "1.0.1 " ;
22+ version = "1.1.0 " ;
2323 pyproject = true ;
2424
2525 disabled = pythonOlder "3.7" ;
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828 owner = "ol-iver" ;
2929 repo = "denonavr" ;
3030 tag = version ;
31- hash = "sha256-9nY1z6CX8uha/m3OOUyadrKmpbUsgL16CB2ySElOTck =" ;
31+ hash = "sha256-6aEivDQQlLOGURUvaGxHHALgE9aA0r2dPvq8S0XFcAg =" ;
3232 } ;
3333
3434 pythonRelaxDeps = [ "defusedxml" ] ;
@@ -56,7 +56,7 @@ buildPythonPackage rec {
5656 meta = with lib ; {
5757 description = "Automation Library for Denon AVR receivers" ;
5858 homepage = "https://github.com/ol-iver/denonavr" ;
59- changelog = "https://github.com/ol-iver/denonavr/releases/tag/${ version } " ;
59+ changelog = "https://github.com/ol-iver/denonavr/releases/tag/${ src . tag } " ;
6060 license = licenses . mit ;
6161 maintainers = with maintainers ; [ ] ;
6262 } ;
You can’t perform that action at this time.
0 commit comments