python310Packages.vt-py: 0.16.0 -> 0.17.1 (#194410)

This commit is contained in:
Fabian Affolter 2022-10-04 15:29:00 +02:00 committed by GitHub
parent 60c8956104
commit 8d764e5a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "vt-py";
version = "0.16.0";
version = "0.17.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-Z2rTZCPquyNA+81FCJV1f8p2YvOdSLZFGzPGplzmESc=";
hash = "sha256-yG0bKBn3pQWtxjuxkhKMMJW1nzbsk5y/9h2OOCkdch8=";
};
propagatedBuildInputs = [
@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client library for VirusTotal";
homepage = "https://virustotal.github.io/vt-py/";
changelog = "https://github.com/VirusTotal/vt-py/releases/tag//${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};