watson: 1.7.0 -> 1.8.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/watson/versions
This commit is contained in:
R. RyanTM 2019-09-29 03:42:12 -07:00
parent 0d956a673d
commit 46b3bf07b2

View file

@ -4,12 +4,12 @@ with pythonPackages;
buildPythonApplication rec {
pname = "watson";
version = "1.7.0";
version = "1.8.0";
src = fetchPypi {
inherit version;
pname = "td-watson";
sha256 = "249313996751f32f38817d424cbf8d74956461df1439f0ee3a962fcc3c77225d";
sha256 = "1ip66jhbcqifdw1avbhngwym0vv7fsqxgbph11da5wlqwfwp060n";
};
checkPhase = ''