python3Packages.netbox-routing: 0.3.2 -> 0.4.2 (#483394)

This commit is contained in:
Felix Bargfeldt 2026-05-01 14:19:31 +00:00 committed by GitHub
commit 4ebfa58664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "netbox-routing";
version = "0.3.2";
version = "0.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "DanSheps";
repo = "netbox-routing";
tag = "v${version}";
hash = "sha256-HB07q6VO/PjbLLzKmHPMK91ZnppFtm9woQwdJIOFs5s=";
hash = "sha256-POnxnLES4Jub4u8pvpehMo0KfOCyAPGH83cRFRPgfOc=";
};
build-system = [ setuptools ];