python3Packages.pynetbox: 6.1.2 -> 6.1.3

This commit is contained in:
Martin Weinelt 2021-08-08 21:58:15 +02:00
parent fa590231aa
commit 865e06fa21

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;