python311Packages.denonavr: 0.11.2 -> 0.11.3

Diff: https://github.com/ol-iver/denonavr/compare/refs/tags/0.11.2...0.11.3

Changelog: https://github.com/ol-iver/denonavr/releases/tag/0.11.3
This commit is contained in:
Fabian Affolter 2023-07-13 19:58:49 +02:00
parent 5975bd00fa
commit 1f0b0a2096

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "denonavr";
version = "0.11.2";
version = "0.11.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ol-iver";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Sa5pfvSzshgwHh9LGWPBVIC7pXouZbTmSMYncT46phU=";
hash = "sha256-QBy1nm09trAmL7KsPWgv5iMAOJ3Fkviug/o7a+tSSDA=";
};
nativeBuildInputs = [