Unverified Commit 892a4046 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.netutils: 1.15.2 -> 1.16.0 (#483614)

parents 7a8950f5 5cd129fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "netutils";
  version = "1.15.2";
  version = "1.16.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "networktocode";
    repo = "netutils";
    tag = "v${version}";
    hash = "sha256-2IPmv86b2dvvUTmvSex3hTpBi3CzHJzA5qfM3E7gv08=";
    hash = "sha256-wcg6Ze/xjEA9vlby84kYO01lyh2YBtS00ZvcC569ejU=";
  };

  build-system = [ poetry-core ];