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

python310Packages.pynetbox: 7.0.0 -> 7.0.1
This commit is contained in:
Fabian Affolter 2023-01-25 09:23:17 +01:00 committed by GitHub
commit 28c386da13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;