Loading pkgs/development/python-modules/netutils/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -7,23 +7,20 @@ napalm, poetry-core, pytestCheckHook, pythonOlder, pyyaml, toml, }: buildPythonPackage rec { pname = "netutils"; version = "1.15.0"; version = "1.15.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "networktocode"; repo = "netutils"; tag = "v${version}"; hash = "sha256-BdxmzxnuccAb8BiE48KSYLXJzAaz7eSYMJA2bgSbWj4="; hash = "sha256-bT/a6PhjNZ7vYXio7XOKNnzRfh7UqRn3+OYbhlYL3/I="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/netutils/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -7,23 +7,20 @@ napalm, poetry-core, pytestCheckHook, pythonOlder, pyyaml, toml, }: buildPythonPackage rec { pname = "netutils"; version = "1.15.0"; version = "1.15.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "networktocode"; repo = "netutils"; tag = "v${version}"; hash = "sha256-BdxmzxnuccAb8BiE48KSYLXJzAaz7eSYMJA2bgSbWj4="; hash = "sha256-bT/a6PhjNZ7vYXio7XOKNnzRfh7UqRn3+OYbhlYL3/I="; }; build-system = [ poetry-core ]; Loading