python312Packages.denonavr: 1.0.0 -> 1.0.1 (#360447)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
buildPythonPackage,
|
||||
defusedxml,
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
ftfy,
|
||||
httpx,
|
||||
netifaces,
|
||||
@@ -20,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "denonavr";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -29,17 +28,9 @@ buildPythonPackage rec {
|
||||
owner = "ol-iver";
|
||||
repo = "denonavr";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-/K2pz3B4H205grDeuMWZmEeA4wJqKhP0XdpmbqFguTM=";
|
||||
hash = "sha256-9nY1z6CX8uha/m3OOUyadrKmpbUsgL16CB2ySElOTck=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
name = "pytest-httpx-compat.patch";
|
||||
url = "https://github.com/ol-iver/denonavr/commit/5320aadae91135a8c208c83d82688ddf26eb6498.patch";
|
||||
hash = "sha256-F9R5GJ1XK3lHWLY+OgzKu3+xCosK3nX4EII9J1jhlys=";
|
||||
})
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "defusedxml" ];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user