python3Packages.netbox-bgp: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm
2025-07-14 18:09:52 +00:00
parent e43a656b16
commit f9a7dc1c3f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "netbox-bgp";
version = "0.15.0";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox-bgp";
tag = "v${version}";
hash = "sha256-2PJD/6WjFQRfreK2kpWIYXb5r4noJBa8zejK5r+A+xA=";
hash = "sha256-pm6Xn34kPlGMzQAsiwrfTprPZtw7edsyr3PpRtJWnNE=";
};
build-system = [ setuptools ];