Merge pull request #292210 from r-ryantm/auto-update/python311Packages.ibm-watson

python311Packages.ibm-watson: 7.0.1 -> 8.0.0
This commit is contained in:
Nick Cao 2024-03-03 20:40:22 -05:00 committed by GitHub
commit bceda5ccb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "ibm-watson";
version = "7.0.1";
version = "8.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "watson-developer-cloud";
repo = "python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-f/nf9WFiUNDQBkFNMV16EznCw0TN9L4fDIPQ/j4B1Sc=";
hash = "sha256-p2LyR7Fxd0Ny6QCypAWIusnINuhWAhWOnRfZ14FKvro=";
};
propagatedBuildInputs = [