python3Packages.netbox-napalm-plugin: 0.3.3 -> 0.3.4

https://github.com/netbox-community/netbox-napalm-plugin/releases/tag/v0.3.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:38 +01:00
parent f274e27d14
commit ffe261d05a
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-napalm-plugin";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "netbox-community";
repo = "netbox-napalm-plugin";
tag = "v${version}";
hash = "sha256-qo16Bwq2a9AbO80qnQo0WtJ7HbrqqGChMJaqYYD5Aqg=";
hash = "sha256-PdX69SS0SAeUuN2zwcv54Ooih1hyR9a19e7sc5tJvuQ=";
};
build-system = [ setuptools ];