python310Packages.pynetbox: 7.0.0 -> 7.0.1

This commit is contained in:
R. Ryantm 2023-01-25 06:56:52 +00:00
parent 000178d44d
commit 7513e9fdc2

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pynetbox";
version = "7.0.0";
version = "7.0.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-PFSnINbXSnEo1gvntjfH6KCVa/LeaNrsiuWM4H+fOvQ=";
hash = "sha256-RAUM79lDz7oNV7Li987Sz7JoNz/feO6BsEcWO0u/Ub8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;