Unverified Commit 16c809e9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.netbox-floorplan-plugin: 0.9.0 -> 0.9.1 (#505114)

parents ab47f827 e4286d26
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.9.0";
  version = "0.9.1";
  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-soz6W/x4/lSBrH5kKOBOBlkPB353vpk4yJ333bvqx0k=";
    hash = "sha256-0EeE5NrImbCs6xqrSTGupXOuv455EfNXgcLVix2HTPs=";
  };

  build-system = [ setuptools ];