python310Packages.pynetbox: 7.2.0 -> 7.3.0

This commit is contained in:
R. Ryantm
2024-01-04 13:06:28 +01:00
committed by Martin Weinelt
parent f18ab5fe50
commit 833a3c6122
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pynetbox";
version = "7.2.0";
version = "7.3.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rYqwZIqcNeSpXsICL8WGLJ3Tcnwnnm6gvRBEJ/5iE/Q=";
hash = "sha256-/ptLsV+3EYDBjM+D1VO75VqvCYe6PTlpKAJuQskazJc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;