python310Packages.vt-py: 0.17.4 -> 0.17.5

Diff: https://github.com/VirusTotal/vt-py/compare/refs/tags/0.17.4...0.17.5

Changelog: https://github.com/VirusTotal/vt-py/releases/tag//0.17.5
This commit is contained in:
Fabian Affolter
2023-02-24 01:53:53 +01:00
parent f9afd57302
commit bb46e6d646
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.17.4";
version = "0.17.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4CmSsSZqFhH3rwctCJUqU4JdDxBgIxFnUZ5FQCBZXqg=";
hash = "sha256-O95W/J5y7qcR6PSzNQwOl0W19CyXifbq8okquESFSqM=";
};
propagatedBuildInputs = [