python3Packages.netutils: 1.15.0 -> 1.15.1

This commit is contained in:
R. Ryantm
2025-10-23 17:19:53 +00:00
parent 106ab26a9b
commit 5ff4f02933
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.15.0";
version = "1.15.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = "netutils";
tag = "v${version}";
hash = "sha256-BdxmzxnuccAb8BiE48KSYLXJzAaz7eSYMJA2bgSbWj4=";
hash = "sha256-bT/a6PhjNZ7vYXio7XOKNnzRfh7UqRn3+OYbhlYL3/I=";
};
build-system = [ poetry-core ];