mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python312Packages.denonavr: 0.11.6 -> 1.0.0 (#344352)
This commit is contained in:
commit
c9e3e5ae7a
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user