python3Packages.netmiko: 4.5.0 -> 4.6.0

https://github.com/ktbyers/netmiko/releases/tag/v4.6.0

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 0d41000235
commit 0643a426a0
@@ -6,7 +6,6 @@
paramiko,
poetry-core,
pyserial,
pythonOlder,
pyyaml,
rich,
ruamel-yaml,
@@ -16,22 +15,14 @@
buildPythonPackage rec {
pname = "netmiko";
version = "4.5.0";
version = "4.6.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-29/CC2yq+OXXpXC7G0Kia5pvjYI06R9cZfTb/gwOT1A=";
hash = "sha256-lwG7LBoV6y6AdMsuKMoAfGm5+lKWG4O5jHV+rWuA3u8=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "poetry>=1.6.1" "poetry-core" \
--replace-fail "poetry.masonry.api" "poetry.core.masonry.api"
'';
build-system = [ poetry-core ];
dependencies = [