Unverified Commit c9e3e5ae authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.denonavr: 0.11.6 -> 1.0.0 (#344352)

parents 6d3c892d dece890b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "denonavr";
  version = "0.11.6";
  version = "1.0.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -28,14 +28,14 @@ buildPythonPackage rec {
    owner = "ol-iver";
    repo = "denonavr";
    rev = "refs/tags/${version}";
    hash = "sha256-VxoRK1qeGrIunsiCzeZJUHxW/sxk+PFpntInL+G/yI8=";
    hash = "sha256-/K2pz3B4H205grDeuMWZmEeA4wJqKhP0XdpmbqFguTM=";
  };

  pythonRelaxDeps = [ "defusedxml" ];

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    asyncstdlib
    attrs
    defusedxml
@@ -57,7 +57,7 @@ buildPythonPackage rec {
    description = "Automation Library for Denon AVR receivers";
    homepage = "https://github.com/ol-iver/denonavr";
    changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}";
    license = with licenses; [ mit ];
    license = licenses.mit;
    maintainers = with maintainers; [ colemickens ];
  };
}