We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15ec5fa + 2031da2 commit c0e7f06Copy full SHA for c0e7f06
pkgs/development/python-modules/vt-py/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "vt-py";
17
- version = "0.20.0";
+ version = "0.21.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "VirusTotal";
24
repo = "vt-py";
25
tag = version;
26
- hash = "sha256-5go6O5V8mY1Ph3peF6ISJ63/cnhNtDIlgeLztp2zpkY=";
+ hash = "sha256-hp9MjFSakFezlT/rTHa70KrL3VShhpayXaK88LxY7I4=";
27
};
28
29
postPatch = ''
0 commit comments