python313Packages.denonavr: 1.1.0 -> 1.1.1 (#408613)

This commit is contained in:
Fabian Affolter
2025-05-19 20:42:12 +02:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "denonavr";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ol-iver";
repo = "denonavr";
tag = version;
hash = "sha256-6aEivDQQlLOGURUvaGxHHALgE9aA0r2dPvq8S0XFcAg=";
hash = "sha256-7fUHSnhqY5nAAAniAHs6qjuc8iYuxcg1CzPD+WyUCZQ=";
};
pythonRelaxDeps = [ "defusedxml" ];