graphw00f: 1.1.18 -> 1.1.19

This commit is contained in:
R. Ryantm
2024-12-12 09:34:25 +00:00
parent 52a2613850
commit f5bfe927a9
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "graphw00f";
version = "1.1.18";
version = "1.1.19";
format = "other";
src = fetchFromGitHub {
owner = "dolevf";
repo = "graphw00f";
rev = "refs/tags/${version}";
hash = "sha256-gM6I3TLCuVKO1dTHl2jrXtmLOv29pTqrV18nGW5TYFY=";
tag = version;
hash = "sha256-w2iVgs3WnEYCiCfwxB/HcwNRoWTlLfVJIzfp1VbrQXA=";
};
dependencies = with python3.pkgs; [ requests ];