python: vulture: 1.6 -> 2.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:19 +02:00
parent fb85deed0a
commit 5fbae8721e

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "vulture";
version = "1.6";
version = "2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1sbwbwkpk3s7iwnwsdrvj1ydw9lgbn3xqhji7f8y5y6vvr77i53v";
sha256 = "ab0dce458ab746212cc02ac10cf31912c43bbfdcccb49025745b00850beab086";
};
checkInputs = [ coverage pytest pytestcov ];