python311Packages.ibm-watson: 8.0.0 -> 8.1.0

This commit is contained in:
R. Ryantm
2024-05-19 23:25:55 +00:00
parent 8036f1ffa7
commit d646eed968
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "ibm-watson";
version = "8.0.0";
version = "8.1.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-p2LyR7Fxd0Ny6QCypAWIusnINuhWAhWOnRfZ14FKvro=";
hash = "sha256-r7A5i17KIy1pBrj01yeknfrOFjb5yZco8ZOc7tlFM7k=";
};
propagatedBuildInputs = [