python312Packages.denonavr: 0.11.6 -> 1.0.0

This commit is contained in:
R. Ryantm
2024-09-25 05:22:54 +00:00
parent 210a5474f2
commit d2ed829a93
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "denonavr";
version = "0.11.6";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "ol-iver";
repo = "denonavr";
rev = "refs/tags/${version}";
hash = "sha256-VxoRK1qeGrIunsiCzeZJUHxW/sxk+PFpntInL+G/yI8=";
hash = "sha256-/K2pz3B4H205grDeuMWZmEeA4wJqKhP0XdpmbqFguTM=";
};
pythonRelaxDeps = [ "defusedxml" ];