Unverified Commit 20ced92f authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

python3Packages.netbox-bgp: 0.18.0 -> 0.18.1 (#454092)

parents 54861593 6a2f6ef9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "netbox-bgp";
  version = "0.18.0";
  version = "0.18.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "netbox-community";
    repo = "netbox-bgp";
    tag = "v${version}";
    hash = "sha256-Y2+TsGBpiBfj0e3mVdE2CjKlp0wX6zaFNcnc3gRKaHM=";
    hash = "sha256-CLvtu4Xhja1hU48uAF1aEMNInc3FiworYvgGykQtWV4=";
  };

  build-system = [ setuptools ];