Skip to content

Commit 06f5630

Browse files
committed
python3Packages.denonavr: 1.0.1 -> 1.1.0
1 parent 6c2e919 commit 06f5630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

0 commit comments

Comments
 (0)