diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2021-12-16 11:11:33 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2021-12-16 11:11:33 +0000 |
| commit | b4a1c23ca5bb1608d224f37d8752dfc06db82d6a (patch) | |
| tree | 3bbc93e75db4bcc518c28f0e8db4ec350a999375 /pkgs/development/python-modules/tableaudocumentapi | |
| parent | 66246ca3561fbee0c3f28e8adcef8aa79a7d6399 (diff) | |
python38Packages.tableaudocumentapi: 0.7 -> 0.9
Diffstat (limited to 'pkgs/development/python-modules/tableaudocumentapi')
| -rw-r--r-- | pkgs/development/python-modules/tableaudocumentapi/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tableaudocumentapi/default.nix b/pkgs/development/python-modules/tableaudocumentapi/default.nix index 56a3b27e7b96..06a445450e5c 100644 --- a/pkgs/development/python-modules/tableaudocumentapi/default.nix +++ b/pkgs/development/python-modules/tableaudocumentapi/default.nix @@ -5,11 +5,11 @@ buildPythonPackage rec { pname = "tableaudocumentapi"; - version = "0.7"; + version = "0.9"; src = fetchPypi { inherit pname version; - sha256 = "5b1d04817a0fba43d58e1ce23c64ad8dfe54dc029ba5ccae3908944555bb13e0"; + sha256 = "0c7d01f01758dd6e50ff2fc915c6087c0da17298635e6635581aaf25c934d6ce"; }; # tests not inclued with release |
