python311Packages.napalm: 4.1.0 -> 5.0.0

This commit is contained in:
R. Ryantm 2024-04-15 10:40:17 +00:00 committed by Sandro Jäckel
parent 9831d39ef6
commit f4e89be307
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,7 @@
buildPythonPackage rec {
pname = "napalm";
version = "4.1.0";
version = "5.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -43,7 +43,7 @@ buildPythonPackage rec {
owner = "napalm-automation";
repo = "napalm";
rev = "refs/tags/${version}";
hash = "sha256-JqjuYMJcP58UMn1pPYg7x8KpqCKQUs19Ng9HbI2iX38=";
hash = "sha256-Abw3h69qTFwOOFeAfivqAIWLozErJ1yZZfx7CbMy1AI=";
};
nativeBuildInputs = [
@ -52,7 +52,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
cffi
future
jinja2
junos-eznc
lxml