Merge pull request #315704 from r-ryantm/auto-update/graphw00f

graphw00f: 1.1.15 -> 1.1.16
This commit is contained in:
Fabian Affolter
2024-05-30 14:03:55 +02:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "graphw00f";
version = "1.1.15";
version = "1.1.16";
format = "other";
src = fetchFromGitHub {
owner = "dolevf";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wAymwT2PRyX7m/yh6BAa8YNkH7pE69bKHKZ15phuUJo=";
hash = "sha256-amyW+k6eXc4pyRLgrEXfOmMtReZvS8zDDBy+FSY6wHA=";
};
propagatedBuildInputs = with python3.pkgs; [