python310Packages.pynetbox: 6.6.2 -> 7.0.0

https://github.com/netbox-community/pynetbox/releases/tag/v7.0.0
This commit is contained in:
R. Ryantm 2022-12-15 00:10:55 +00:00 committed by Martin Weinelt
parent e2b79f08bd
commit 3dda6800a6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,13 +10,14 @@
buildPythonPackage rec {
pname = "pynetbox";
version = "6.6.2";
version = "7.0.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-W5ukrhqJTgOXM9MnbZWvNy9TCoEUGrFYfD+zGGNU07w=";
hash = "sha256-PFSnINbXSnEo1gvntjfH6KCVa/LeaNrsiuWM4H+fOvQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -41,6 +42,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/netbox-community/pynetbox/releases/tag/v${version}";
description = "API client library for Netbox";
homepage = "https://github.com/netbox-community/pynetbox";
license = licenses.asl20;