Unverified Commit 1ddde6e5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

graphw00f: 1.1.19 -> 1.2.1 (#399948)

parents 4c99ceaf 296eb79f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "graphw00f";
  version = "1.1.19";
  version = "1.2.1";
  format = "other";

  src = fetchFromGitHub {
    owner = "dolevf";
    repo = "graphw00f";
    tag = version;
    hash = "sha256-w2iVgs3WnEYCiCfwxB/HcwNRoWTlLfVJIzfp1VbrQXA=";
    hash = "sha256-8fOvcc//UdDawgGMAhbYQ/O5kd1l2skWGDlFNYocNY8=";
  };

  dependencies = with python3.pkgs; [ requests ];