Merge pull request #206162 from r-ryantm/auto-update/python310Packages.pynetbox

python310Packages.pynetbox: 6.6.2 -> 7.0.0
This commit is contained in:
Martin Weinelt 2022-12-15 01:27:49 +01:00 committed by GitHub
commit 48a706fa7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;