3
0
Fork 0
forked from mirrors/nixpkgs

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

graphw00f: 1.1.8 -> 1.1.15
This commit is contained in:
Fabian Affolter 2024-01-24 12:35:55 +01:00 committed by GitHub
commit 7387250854
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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; [