Merge pull request #129619 from fabaff/bump-ibm-watson

python3Packages.ibm-watson: 5.2.1 -> 5.2.2
This commit is contained in:
Sandro 2021-07-08 11:31:01 +02:00 committed by GitHub
commit 81c53d963d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "ibm-watson";
version = "5.2.1";
version = "5.2.2";
src = fetchFromGitHub {
owner = "watson-developer-cloud";
repo = "python-sdk";
rev = "v${version}";
sha256 = "sha256-0F4BZf0D0dqGm0OkJaSgmH5RxEA8KCzOlbnhIQVsgzQ=";
sha256 = "sha256-bK6lcTKAVwAJDb5LqKRWR/4wcOKx7bRwWYC+WB5qJE4=";
};
checkInputs = [