Merge pull request #156744 from fabaff/bump-pydeconz

python3Packages.pydeconz: 85 -> 86
This commit is contained in:
Fabian Affolter 2022-01-26 22:03:44 +01:00 committed by GitHub
commit bb74b7d3dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pydeconz"; pname = "pydeconz";
version = "85"; version = "86";
format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kane610"; owner = "Kane610";
repo = "deconz"; repo = "deconz";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-6GTMG3BfHcfLMoyabFbhsJFVDHmEICuzf32603+jyZ4="; sha256 = "sha256-NqNXbF5rGMCbugzZY+AQPPHYmQx/RrSwqtnoF1shSSU=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -30,7 +32,9 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
pythonImportsCheck = [ "pydeconz" ]; pythonImportsCheck = [
"pydeconz"
];
meta = with lib; { meta = with lib; {
description = "Python library wrapping the Deconz REST API"; description = "Python library wrapping the Deconz REST API";