Unverified Commit 1e8c8ef9 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

python3Packages.netbox-topology-views: 4.5.0 -> 4.5.1 (#479304)

parents 1d900597 ece624ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
  pname = "netbox-topology-views";
  version = "4.5.0";
  version = "4.5.1";
  pyproject = true;

  disabled = python.pythonVersion != netbox.python.pythonVersion;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "netbox-community";
    repo = "netbox-topology-views";
    tag = "v${version}";
    hash = "sha256-1KEkNfo++lX0uF0xS9JOyG7dQBQYYo2cSGkjicJ5+vE=";
    hash = "sha256-uKxIu8IPeEwBdRbtQaLWGwLnxvFyJ5FrScsU/ufyTuM=";
  };

  build-system = [ setuptools ];