graphw00f: 1.1.8 -> 1.1.15

This commit is contained in:
R. Ryantm 2024-01-22 19:49:48 +00:00
parent df318b860b
commit 7c44c222e8

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "graphw00f";
version = "1.1.8";
version = "1.1.15";
format = "other";
src = fetchFromGitHub {
owner = "dolevf";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-stTCUHt9UCu1QuxDPB8a26LsrHNttyoVd0tmS7e2t2Y=";
hash = "sha256-wAymwT2PRyX7m/yh6BAa8YNkH7pE69bKHKZ15phuUJo=";
};
propagatedBuildInputs = with python3.pkgs; [