graphw00f: 1.1.19 -> 1.2.1 (#399948)

Changed files
+2 -2
pkgs
by-name
gr
graphw00f
+2 -2
pkgs/by-name/gr/graphw00f/package.nix
···
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 ];