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

python3Packages.netbox-interface-synchronization: 4.1.6 -> 4.1.7 (#413560)

parents b5aa5679 73afdf4c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
  pname = "netbox-interface-synchronization";
  version = "4.1.6";
  version = "4.1.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "NetTech2001";
    repo = "netbox-interface-synchronization";
    tag = version;
    hash = "sha256-scsNigSqKWeauAyIDxDzwbgtl3rM5CGBCCmVj/98w84=";
    hash = "sha256-02fdfE1BwpWsh21M0oP65kMAbFxDxYHsAEWA64rUl18=";
  };

  build-system = [ setuptools ];