Merge pull request #320631 from fabaff/vt-py-bump

python312Packages.vt-py: 0.18.2 -> 0.18.3
This commit is contained in:
Fabian Affolter 2024-06-18 08:35:45 +02:00 committed by GitHub
commit 4dcf4eac8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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