python3Packages.netutils: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2026-02-01 10:38:02 +00:00
parent 9b1c0a40ed
commit 8d6747a8cd
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.16.0";
version = "1.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "networktocode";
repo = "netutils";
tag = "v${version}";
hash = "sha256-wcg6Ze/xjEA9vlby84kYO01lyh2YBtS00ZvcC569ejU=";
hash = "sha256-j5SSlbxQtJvjZoloB9eS7moiISfFcVZZPg6OG+LpyBI=";
};
build-system = [ poetry-core ];