File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
pkgs/development/python-modules/vt-py Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
3+ aiofiles ,
34 aiohttp ,
45 buildPythonPackage ,
56 fetchFromGitHub ,
1314
1415buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments