graphw00f: 1.1.19 -> 1.2.1

This commit is contained in:
R. Ryantm 2025-04-19 03:57:34 +00:00
parent 3457f544d1
commit 296eb79f26

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "graphw00f"; pname = "graphw00f";
version = "1.1.19"; version = "1.2.1";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dolevf"; owner = "dolevf";
repo = "graphw00f"; repo = "graphw00f";
tag = version; tag = version;
hash = "sha256-w2iVgs3WnEYCiCfwxB/HcwNRoWTlLfVJIzfp1VbrQXA="; hash = "sha256-8fOvcc//UdDawgGMAhbYQ/O5kd1l2skWGDlFNYocNY8=";
}; };
dependencies = with python3.pkgs; [ requests ]; dependencies = with python3.pkgs; [ requests ];