python313Packages.denonavr: 1.3.1 -> 1.3.2

Diff: https://github.com/ol-iver/denonavr/compare/1.3.1...1.3.2

Changelog: https://github.com/ol-iver/denonavr/releases/tag/1.3.2
This commit is contained in:
Fabian Affolter
2026-02-06 00:38:13 +01:00
parent 09c5761826
commit a4286ed836
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "denonavr";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ol-iver";
repo = "denonavr";
tag = finalAttrs.version;
hash = "sha256-GrcTNnGanyYwcRIqzh5gToe2Z0E5KM2V7Ph/eBFoljA=";
hash = "sha256-nuxTZA4kGSaRp6qqOG8XjqjYxiCwmAraetVD4LFd0Qc=";
};
build-system = [ setuptools ];