python312Packages.vt-py: 0.18.2 -> 0.18.3

Changelog: https://github.com/VirusTotal/vt-py/releases/tag//0.18.3
This commit is contained in:
Fabian Affolter
2024-06-18 00:43:42 +02:00
parent d33b86e853
commit dee58ad6a8
@@ -3,6 +3,7 @@
aiohttp,
buildPythonPackage,
fetchFromGitHub,
flask,
pytest-asyncio,
pytest-httpserver,
pytestCheckHook,
@@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.18.2";
version = "0.18.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = "vt-py";
rev = "refs/tags/${version}";
hash = "sha256-Uspd422JlBKlsD/K7NciYhYUb12wInN/Z7zTw7aYP28=";
hash = "sha256-Zu4lUniXfKaZ1SvX3YCzMLa76HgUWpmddV2N9buNS3o=";
};
postPatch = ''
@@ -39,6 +40,7 @@ buildPythonPackage rec {
dependencies = [ aiohttp ];
nativeCheckInputs = [
flask
pytest-asyncio
pytest-httpserver
pytestCheckHook