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:
parent
2689ec0873
commit
091247e303
@ -10,7 +10,7 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "netbox-floorplan-plugin";
|
pname = "netbox-floorplan-plugin";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
disabled = python.pythonVersion != netbox.python.pythonVersion;
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "netbox-community";
|
owner = "netbox-community";
|
||||||
repo = "netbox-floorplan-plugin";
|
repo = "netbox-floorplan-plugin";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-cJrqSXRCBedZh/pIozz/bHyhQosTy8cFYyji3KJva9Q=";
|
hash = "sha256-ecwPdcVuXU6OIVbafYGaY6+pbBHxhh1AlNmDBlUk1Ss=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user