python3Packages.pynetbox: 7.6.1 -> 7.7.0

This commit is contained in:
R. Ryantm
2026-05-13 22:58:56 +00:00
parent 44d252e838
commit 13e7331a5f
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pynetbox";
version = "7.6.1";
version = "7.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "netbox-community";
repo = "pynetbox";
tag = "v${version}";
hash = "sha256-PAWcLJvDrS70Y9pLGtdTbwiEjhOb6yiOPCT34RfnyjU=";
hash = "sha256-h/kEMPr3l9ZhWNv4i4R58AQ7z4WdVbBM5Mq3X6Hnp88=";
};
build-system = [