python312Packages.netbox-routing: 0.2.3 -> 0.3.0 (#388019)

This commit is contained in:
R. RyanTM
2025-03-07 15:33:51 -05:00
committed by GitHub
parent 9d0a8319f7
commit f28e6aa5f3
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "netbox-routing";
version = "0.2.3";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "DanSheps";
repo = "netbox-routing";
tag = "v${version}";
hash = "sha256-63twRJNVCdZHHMbZ1jzK5RRn9KRK4uGeHJJok/u4zIA=";
hash = "sha256-QJ4/6eRPo2SIgOWNiK+3jrXW+KaXvzERLcXQqKwCNDU=";
};
build-system = [ setuptools ];