Merge pull request #148942 from r-ryantm/auto-update/python3.8-pynetbox

This commit is contained in:
Martin Weinelt 2021-12-07 10:53:06 +01:00 committed by GitHub
commit aab31d2caf
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.2.0";
version = "6.3.0";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "v${version}";
sha256 = "1j91m5g4qxkf59m506aw6vfhv1db1z393924qq3zbyg3wqwq1rxx";
sha256 = "1sr3ys4g4lkfis3x4b1dbn8fcwxhyppj7cl5bv0a8brbkx7v025q";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;