python3Packages.denonavr: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2026-06-23 13:27:06 +00:00
parent e051f70d7a
commit 684c7d27a1
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "denonavr";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ol-iver";
repo = "denonavr";
tag = finalAttrs.version;
hash = "sha256-nuxTZA4kGSaRp6qqOG8XjqjYxiCwmAraetVD4LFd0Qc=";
hash = "sha256-5yjrBG7Vufi+O4mHV1yGvunUJY38eWc5ZIoeoZyG5ak=";
};
build-system = [ setuptools ];