python313Packages.denonavr: 1.1.1 -> 1.1.2 (#430535)

This commit is contained in:
Nick Cao
2025-08-03 14:14:44 -04:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "denonavr";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ol-iver";
repo = "denonavr";
tag = version;
hash = "sha256-7fUHSnhqY5nAAAniAHs6qjuc8iYuxcg1CzPD+WyUCZQ=";
hash = "sha256-r8Gg7mZwEiSq1iFQJXLb9xCb/iYxTbaCKGBH2EDZQqs=";
};
pythonRelaxDeps = [ "defusedxml" ];