python3Packages.vt-py: 0.7.6 -> 0.8.0

This commit is contained in:
Fabian Affolter 2021-11-10 10:08:08 +01:00
parent 8c289036b6
commit 93efc8846c

View File

@ -10,7 +10,8 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.7.6";
version = "0.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +19,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = pname;
rev = version;
sha256 = "sha256-Gf3hNCXioaLiQ0fZWPe9PO2YQeId4ZLmWsSZ5WvjSk0=";
sha256 = "sha256-j9TlZDzl9sWFPt8TeuyoJi01JhyPBVXs1w3YJMoVvLw=";
};
propagatedBuildInputs = [
@ -36,7 +37,9 @@ buildPythonPackage rec {
--replace "'pytest-runner'" ""
'';
pythonImportsCheck = [ "vt" ];
pythonImportsCheck = [
"vt"
];
meta = with lib; {
description = "Python client library for VirusTotal";