Skip to content

Commit 6f861d3

Browse files
authored
python3Packages.denonavr: 1.1.2 -> 1.2.0 (NixOS#457299)
2 parents 9e53da2 + 9f34c83 commit 6f861d3

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@
1919

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

0 commit comments

Comments
 (0)