9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "fwestenberg";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-oGa5tRCJAWBg/877UmmXnX7fkFLoxhyuG6gpXmyhRKo=";
27 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Library to interact with the Devialet API";
40 homepage = "https://github.com/fwestenberg/devialet";
41 changelog = "https://github.com/fwestenberg/devialet/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];