File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
pkgs/development/python-modules/denonavr Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1010 httpx ,
1111 netifaces ,
1212 pytest-asyncio ,
13- pytestCheckHook ,
1413 pytest-httpx ,
1514 pytest-timeout ,
15+ pytestCheckHook ,
1616 pythonOlder ,
1717 setuptools ,
1818} :
1919
2020buildPythonPackage rec {
2121 pname = "denonavr" ;
22- version = "1.0.1 " ;
22+ version = "1.1.0 " ;
2323 pyproject = true ;
2424
25- disabled = pythonOlder "3.7" ;
26-
2725 src = fetchFromGitHub {
2826 owner = "ol-iver" ;
2927 repo = "denonavr" ;
3028 tag = version ;
31- hash = "sha256-9nY1z6CX8uha/m3OOUyadrKmpbUsgL16CB2ySElOTck =" ;
29+ hash = "sha256-6aEivDQQlLOGURUvaGxHHALgE9aA0r2dPvq8S0XFcAg =" ;
3230 } ;
3331
3432 pythonRelaxDeps = [ "defusedxml" ] ;
@@ -56,7 +54,7 @@ buildPythonPackage rec {
5654 meta = with lib ; {
5755 description = "Automation Library for Denon AVR receivers" ;
5856 homepage = "https://github.com/ol-iver/denonavr" ;
59- changelog = "https://github.com/ol-iver/denonavr/releases/tag/${ version } " ;
57+ changelog = "https://github.com/ol-iver/denonavr/releases/tag/${ src . tag } " ;
6058 license = licenses . mit ;
6159 maintainers = with maintainers ; [ ] ;
6260 } ;
You can’t perform that action at this time.
0 commit comments