Loading pkgs/development/python-modules/cemm/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, yarl, }: Loading @@ -18,8 +17,6 @@ buildPythonPackage rec { version = "0.5.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "klaasnicolaas"; repo = "python-cemm"; Loading Loading @@ -62,8 +59,8 @@ buildPythonPackage rec { meta = with lib; { description = "Module for interacting with CEMM devices"; homepage = "https://github.com/klaasnicolaas/python-cemm"; changelog = "https://github.com/klaasnicolaas/python-cemm/releases/tag/v${version}"; license = with licenses; [ mit ]; changelog = "https://github.com/klaasnicolaas/python-cemm/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/cemm/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ pytest-asyncio, pytest-cov-stub, pytestCheckHook, pythonOlder, yarl, }: Loading @@ -18,8 +17,6 @@ buildPythonPackage rec { version = "0.5.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "klaasnicolaas"; repo = "python-cemm"; Loading Loading @@ -62,8 +59,8 @@ buildPythonPackage rec { meta = with lib; { description = "Module for interacting with CEMM devices"; homepage = "https://github.com/klaasnicolaas/python-cemm"; changelog = "https://github.com/klaasnicolaas/python-cemm/releases/tag/v${version}"; license = with licenses; [ mit ]; changelog = "https://github.com/klaasnicolaas/python-cemm/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }