Merge pull request #133184 from mweinelt/pynetbox

This commit is contained in:
Martin Weinelt 2021-08-08 22:53:00 +02:00 committed by GitHub
commit b5e3f84903
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.1.2";
version = "6.1.3";
src = fetchFromGitHub {
owner = "netbox-community";
repo = pname;
rev = "v${version}";
sha256 = "0di07rny3gqdfb0rf7hm3x03rpn7rydpv3lrl7cak2ccpqm0wzhl";
sha256 = "sha256-ALDNnKgnOjYladDRVothjm3/2Jv1eNxR2wSS+ZL/Fqk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;