python313Packages.netbox-floorplan-plugin: 0.6.0 -> 0.7.0

Release notes: https://github.com/netbox-community/netbox-floorplan-plugin/releases/tag/0.7.0
Full changelog: https://github.com/netbox-community/netbox-floorplan-plugin/compare/0.6.0...0.7.0
This commit is contained in:
transcaffeine 2025-06-23 23:06:06 +02:00
parent 2689ec0873
commit 091247e303
No known key found for this signature in database
GPG Key ID: 03624C433676E465

View File

@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
pname = "netbox-floorplan-plugin";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
disabled = python.pythonVersion != netbox.python.pythonVersion;
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "netbox-community";
repo = "netbox-floorplan-plugin";
tag = version;
hash = "sha256-cJrqSXRCBedZh/pIozz/bHyhQosTy8cFYyji3KJva9Q=";
hash = "sha256-ecwPdcVuXU6OIVbafYGaY6+pbBHxhh1AlNmDBlUk1Ss=";
};
build-system = [ setuptools ];