Unverified Commit 5c9d177e authored by Cobalt's avatar Cobalt
Browse files

python3Packages.netbox-floorplan-plugin: 0.7.0 -> 0.8.0

See
https://github.com/netbox-community/netbox-floorplan-plugin/releases/tag/0.8.0
for the full changelog.

This mainly adds support for netbox 4.4.
parent 6f8b40d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
  pname = "netbox-floorplan-plugin";
  version = "0.7.0";
  version = "0.8.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-ecwPdcVuXU6OIVbafYGaY6+pbBHxhh1AlNmDBlUk1Ss=";
    hash = "sha256-27rVf3b1MNiTil+yx+PWtf6CzQ24oyCqLgeoYUje14o=";
  };

  build-system = [ setuptools ];