graphw00f: 1.1.19 -> 1.2.1

R. Ryantm 296eb79f 3457f544

+2 -2
+2 -2
pkgs/by-name/gr/graphw00f/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "graphw00f"; 9 - version = "1.1.19"; 9 + version = "1.2.1"; 10 10 format = "other"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "dolevf"; 14 14 repo = "graphw00f"; 15 15 tag = version; 16 - hash = "sha256-w2iVgs3WnEYCiCfwxB/HcwNRoWTlLfVJIzfp1VbrQXA="; 16 + hash = "sha256-8fOvcc//UdDawgGMAhbYQ/O5kd1l2skWGDlFNYocNY8="; 17 17 }; 18 18 19 19 dependencies = with python3.pkgs; [ requests ];