Merge pull request #150193 from r-ryantm/auto-update/python38Packages.pynetbox

python38Packages.pynetbox: 6.3.0 -> 6.4.0
This commit is contained in:
Jörg Thalheim 2021-12-11 14:57:43 +00:00 committed by GitHub
commit 3bd15e6132
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.3.0";
version = "6.4.0";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "v${version}";
sha256 = "1sr3ys4g4lkfis3x4b1dbn8fcwxhyppj7cl5bv0a8brbkx7v025q";
sha256 = "0q272asmmciy50hakb6p0p70rqgf22sqryh9f07jrnlpvsc6pi91";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;