Merge pull request #169270 from r-ryantm/auto-update/python3.10-pynetbox

python310Packages.pynetbox: 6.6.1 -> 6.6.2
This commit is contained in:
Fabian Affolter 2022-04-19 08:18:26 +02:00 committed by GitHub
commit 6e7fad0ce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "pynetbox";
version = "6.6.1";
version = "6.6.2";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8oqbnCAMq29QIp9ETbMa3Ve8tTuJzQ0D8KlOYnLdUgQ=";
rev = "refs/tags/v${version}";
sha256 = "sha256-W5ukrhqJTgOXM9MnbZWvNy9TCoEUGrFYfD+zGGNU07w=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;