python3Packages.slither-analyzer: 0.8.0 -> 0.8.1

This commit is contained in:
Fabian Affolter 2021-08-17 00:15:42 +02:00
parent da0ae5e221
commit 6c496185e3

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.8.0";
version = "0.8.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0b8a2e2145daefd9443ffa43639608203532e78a858af99c4c52c2b128ca681f";
sha256 = "sha256-5JgF53ip72bne8AlGf126FIIvXi+u7rovJmMSCcZjEQ=";
};
nativeBuildInputs = [