python3Packages.netmiko: 4.6.0 -> 4.7.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:38 +02:00
parent 5e20fb5c99
commit 1f0faea2a4

View File

@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "netmiko";
version = "4.6.0";
version = "4.7.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lwG7LBoV6y6AdMsuKMoAfGm5+lKWG4O5jHV+rWuA3u8=";
hash = "sha256-lM97/l2u0dBYREzhY34QF33yL5A2g6U9H77kdVNIjGU=";
};
build-system = [ poetry-core ];