python310Packages.graphtage: 0.2.7 -> 0.2.8

This commit is contained in:
R. Ryantm 2023-06-23 01:27:23 +00:00
parent 3cb61223df
commit 5d56c70b55

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "graphtage";
version = "0.2.7";
version = "0.2.8";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "trailofbits";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-3PJSjK8citdsfTyTLtDOlLeXWhkOW/4ajLC+j8F0BZw=";
hash = "sha256-qp3NMN/aeWhr4z6qqh/s4OHebQccyIjSzWIy7P1RruI=";
};
postPatch = ''