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

+2 -2
+2 -2
pkgs/development/python-modules/vt-py/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "vt-py"; 17 - version = "0.19.0"; 17 + version = "0.20.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "VirusTotal"; 24 24 repo = "vt-py"; 25 25 tag = version; 26 - hash = "sha256-r6pEtq/GQzVY+gRzY2KZfSQEyp4ZoFRLBd8tlXp/aM8="; 26 + hash = "sha256-5go6O5V8mY1Ph3peF6ISJ63/cnhNtDIlgeLztp2zpkY="; 27 27 }; 28 28 29 29 postPatch = ''