python310Packages.denonavr: 0.11.1 -> 0.11.2

Changelog: https://github.com/ol-iver/denonavr/releases/tag/0.11.2
This commit is contained in:
Fabian Affolter 2023-03-26 00:27:43 +01:00
parent 2f0ff93fcf
commit 015f6410b0

View file

@ -12,12 +12,13 @@
, pytest-httpx
, pytest-timeout
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "denonavr";
version = "0.11.1";
format = "setuptools";
version = "0.11.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,9 +26,13 @@ buildPythonPackage rec {
owner = "ol-iver";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iYekqqhrcN1rbclFVSbJSF5ky19WsBLKlTxAa2HULqY=";
hash = "sha256-Sa5pfvSzshgwHh9LGWPBVIC7pXouZbTmSMYncT46phU=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
asyncstdlib
attrs