python310Packages.vt-py: 0.14.0 -> 0.15.0

This commit is contained in:
Fabian Affolter 2022-08-19 22:20:39 +02:00
parent 6e665c4e29
commit b09dfb30fe

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.14.0";
version = "0.15.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = pname;
rev = version;
sha256 = "sha256-901VW56vr6ysMlzspgVbPMLnDIpJRgSEOEQ8ohHp+mc=";
sha256 = "sha256-T0QvYVh5VRxpRdFWsnYpYdAypRc3yYwsXdsOiykRj0s=";
};
propagatedBuildInputs = [