python3Packages.netutils: 1.17.1 -> 1.17.2

This commit is contained in:
R. Ryantm
2026-04-13 23:31:25 +00:00
parent 489849cd0c
commit cc2ece6aee
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.17.1";
version = "1.17.2";
pyproject = true;
src = fetchFromGitHub {
owner = "networktocode";
repo = "netutils";
tag = "v${version}";
hash = "sha256-LdLNDzO5ANpTqpcemgyNoZxm6LDYRonS5o8mMmdg4vM=";
hash = "sha256-DHftRRqbuUa74ATfh8MHxINwNkpz9lo/drwOmeo0itE=";
};
build-system = [ poetry-core ];