Unverified Commit 57482971 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.netbox-routing: 0.3.1 -> 0.3.2 (#479028)

parents 36faca2c e73bed97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "netbox-routing";
  version = "0.3.1";
  version = "0.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "DanSheps";
    repo = "netbox-routing";
    tag = "v${version}";
    hash = "sha256-qtGzZDRo80pdmt3CbM+HG/S7uLvLS7V6lHNB8sM6bcA=";
    hash = "sha256-HB07q6VO/PjbLLzKmHPMK91ZnppFtm9woQwdJIOFs5s=";
  };

  build-system = [ setuptools ];