Unverified Commit 6aa9d187 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.netutils: 1.15.0 -> 1.15.1 (#454974)

parents c57ad1dd 2ab76f60
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,23 +7,20 @@
  napalm,
  poetry-core,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  toml,
}:

buildPythonPackage rec {
  pname = "netutils";
  version = "1.15.0";
  version = "1.15.1";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "networktocode";
    repo = "netutils";
    tag = "v${version}";
    hash = "sha256-BdxmzxnuccAb8BiE48KSYLXJzAaz7eSYMJA2bgSbWj4=";
    hash = "sha256-bT/a6PhjNZ7vYXio7XOKNnzRfh7UqRn3+OYbhlYL3/I=";
  };

  build-system = [ poetry-core ];