Skip to content

Commit 851c8b9

Browse files
authored
python3Packages.denonavr: 1.0.1 -> 1.1.0 (#406227)
2 parents 6d0d385 + 22de147 commit 851c8b9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,23 @@
1010
httpx,
1111
netifaces,
1212
pytest-asyncio,
13-
pytestCheckHook,
1413
pytest-httpx,
1514
pytest-timeout,
15+
pytestCheckHook,
1616
pythonOlder,
1717
setuptools,
1818
}:
1919

2020
buildPythonPackage 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
};

0 commit comments

Comments
 (0)