python310Packages.vt-py: 0.17.3 -> 0.17.4

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

Changelog: https://github.com/VirusTotal/vt-py/releases/tag//0.17.4
This commit is contained in:
Fabian Affolter 2023-02-01 08:08:49 +01:00
parent 4fa16343fc
commit 9b963a06eb

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.17.3";
version = "0.17.4";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-nveMsebW828ATEW6vw+var+GxbJj2N0mNaQlkx+GH3w=";
hash = "sha256-4CmSsSZqFhH3rwctCJUqU4JdDxBgIxFnUZ5FQCBZXqg=";
};
propagatedBuildInputs = [