Merge pull request #154346 from fabaff/bump-vt-py

python3Packages.vt-py: 0.13.0 -> 0.13.1
This commit is contained in:
Fabian Affolter 2022-01-11 09:01:41 +01:00 committed by GitHub
commit eb8be3854f
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.13.0";
version = "0.13.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = pname;
rev = version;
sha256 = "sha256-yf1p56+mGVzG4HBlbIp/HvNSYJGQufzYjmPrtITaV5o=";
sha256 = "sha256-85ohhynXHWjuwKB18DciB48tNGZcHzafobMDaGoTkoc=";
};
propagatedBuildInputs = [