python3Packages.netbox-bgp: 0.18.1 -> 0.19.0

This commit is contained in:
R. Ryantm
2026-06-02 12:53:09 +00:00
parent 017304cea5
commit f83fc75975
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "netbox-bgp";
version = "0.18.1";
version = "0.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox-bgp";
tag = "v${version}";
hash = "sha256-CLvtu4Xhja1hU48uAF1aEMNInc3FiworYvgGykQtWV4=";
hash = "sha256-6LZLsUPC9L9L19KeXJilJvmZYcl6YwqysGO8nFAUmcI=";
};
build-system = [ setuptools ];