python313Packages.vt-py: 0.19.0 -> 0.20.0

Diff: https://github.com/VirusTotal/vt-py/compare/refs/tags/0.19.0...0.20.0

Changelog: https://github.com/VirusTotal/vt-py/releases/tag//0.20.0
This commit is contained in:
Fabian Affolter
2025-03-29 09:54:11 +01:00
parent d227506199
commit e8908ea327
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.19.0";
version = "0.20.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = "vt-py";
tag = version;
hash = "sha256-r6pEtq/GQzVY+gRzY2KZfSQEyp4ZoFRLBd8tlXp/aM8=";
hash = "sha256-5go6O5V8mY1Ph3peF6ISJ63/cnhNtDIlgeLztp2zpkY=";
};
postPatch = ''