Skip to content

Commit f23331e

Browse files
authored
python312Packages.vt-py: 0.18.4 -> 0.19.0 (NixOS#361772)
2 parents 9dc5544 + 443c031 commit f23331e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/development/python-modules/vt-py/default.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
lib,
3+
aiofiles,
34
aiohttp,
45
buildPythonPackage,
56
fetchFromGitHub,
@@ -13,7 +14,7 @@
1314

1415
buildPythonPackage rec {
1516
pname = "vt-py";
16-
version = "0.18.4";
17+
version = "0.19.0";
1718
pyproject = true;
1819

1920
disabled = pythonOlder "3.7";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
2223
owner = "VirusTotal";
2324
repo = "vt-py";
2425
rev = "refs/tags/${version}";
25-
hash = "sha256-pMljLoJBSLq1UxXn+iOeiebWgVfdxW8uzdXPsZtANuw=";
26+
hash = "sha256-r6pEtq/GQzVY+gRzY2KZfSQEyp4ZoFRLBd8tlXp/aM8=";
2627
};
2728

2829
postPatch = ''
@@ -35,7 +36,10 @@ buildPythonPackage rec {
3536
build-system = [ setuptools ];
3637

3738

38-
dependencies = [ aiohttp ];
39+
dependencies = [
40+
aiofiles
41+
aiohttp
42+
];
3943

4044
nativeCheckInputs = [
4145
flask

0 commit comments

Comments
 (0)