Unverified Commit 29146a99 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.pynetbox: 7.5.0 -> 7.6.0 (#480454)

parents c4ac82ba c84a80c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pynetbox";
  version = "7.5.0";
  version = "7.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "netbox-community";
    repo = "pynetbox";
    tag = "v${version}";
    hash = "sha256-gDcTWXGE0GOEmuDSwFgKytCidg8Py1PFMfJCDhuOMoQ=";
    hash = "sha256-XflMJ6mrXOeUt+Tlmaa2Tw59M3zssnjgnZ7RoQRdOTQ=";
  };

  build-system = [