python3Packages.netutils: 1.17.0 -> 1.17.1 (#488282)

This commit is contained in:
Nick Cao
2026-02-09 23:31:59 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.17.0";
version = "1.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "networktocode";
repo = "netutils";
tag = "v${version}";
hash = "sha256-j5SSlbxQtJvjZoloB9eS7moiISfFcVZZPg6OG+LpyBI=";
hash = "sha256-LdLNDzO5ANpTqpcemgyNoZxm6LDYRonS5o8mMmdg4vM=";
};
build-system = [ poetry-core ];