python3Packages.netutils: 1.13.0 -> 1.14.1

https://github.com/networktocode/netutils/releases/tag/v1.14.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:55 +02:00
parent 0643a426a0
commit 166f3bcec5
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "netutils";
version = "1.13.0";
version = "1.14.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "networktocode";
repo = "netutils";
tag = "v${version}";
hash = "sha256-lUtxTzL3nkdICvTKozdnyx1wtwE4xwY7mcUqv3Wgw3Y=";
hash = "sha256-w+31rv/0EgAT8gv/Oqlbq/djbHIgK3YF792sxBDXHEQ=";
};
build-system = [ poetry-core ];
@@ -62,7 +62,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library that is a collection of objects for common network automation tasks";
homepage = "https://github.com/networktocode/netutils";
changelog = "https://github.com/networktocode/netutils/releases/tag/v${version}";
changelog = "https://github.com/networktocode/netutils/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};