python313Packages.denonavr: 1.2.0 -> 1.3.1

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

Changelog: https://github.com/ol-iver/denonavr/releases/tag/1.3.1
This commit is contained in:
Fabian Affolter
2026-02-04 09:05:49 +01:00
parent 86c234c1ee
commit 37797787c1
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "denonavr";
version = "1.2.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ol-iver";
repo = "denonavr";
tag = version;
hash = "sha256-/GhlSZhl4VAl0em3QLolSRS0wZQeOhhF+B/91ohqVPw=";
hash = "sha256-GrcTNnGanyYwcRIqzh5gToe2Z0E5KM2V7Ph/eBFoljA=";
};
build-system = [ setuptools ];