3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.pynetbox: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm 2021-12-06 08:50:34 +00:00
parent 1657d58122
commit 1aab69ba84

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;