Loading pkgs/development/python-modules/elkm1-lib/default.nix +2 −7 Original line number Diff line number Diff line { lib, async-timeout, buildPythonPackage, fetchFromGitHub, hatchling, pyserial-asyncio-fast, pytest-asyncio, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "elkm1-lib"; version = "2.2.12"; version = "2.2.13"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "gwww"; repo = "elkm1"; tag = version; hash = "sha256-66Yen8QZAIKzMePFzxOgeprTIMKj3fanicMCBeqhyO4="; hash = "sha256-Z8OfaRggVkGzX7d/O8a7L110ophj3sKD2x5JskusUe8="; }; build-system = [ hatchling ]; dependencies = [ async-timeout pyserial-asyncio-fast ]; Loading Loading
pkgs/development/python-modules/elkm1-lib/default.nix +2 −7 Original line number Diff line number Diff line { lib, async-timeout, buildPythonPackage, fetchFromGitHub, hatchling, pyserial-asyncio-fast, pytest-asyncio, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "elkm1-lib"; version = "2.2.12"; version = "2.2.13"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "gwww"; repo = "elkm1"; tag = version; hash = "sha256-66Yen8QZAIKzMePFzxOgeprTIMKj3fanicMCBeqhyO4="; hash = "sha256-Z8OfaRggVkGzX7d/O8a7L110ophj3sKD2x5JskusUe8="; }; build-system = [ hatchling ]; dependencies = [ async-timeout pyserial-asyncio-fast ]; Loading