about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-05-08 11:13:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-08 11:13:56 +0000
commit11c89da75d454dfe06313e7b3ba696af875cf38b (patch)
treee038ab4a880e1a3d674754cf8c15d21172d98a6f /pkgs
parent60480a51d566582d69425a168b3982e0477c322d (diff)
python310Packages.types-tabulate: 0.8.8 -> 0.8.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-tabulate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-tabulate/default.nix b/pkgs/development/python-modules/types-tabulate/default.nix
index 5da6ea016801d..c8f49386543a4 100644
--- a/pkgs/development/python-modules/types-tabulate/default.nix
+++ b/pkgs/development/python-modules/types-tabulate/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "types-tabulate";
-  version = "0.8.8";
+  version = "0.8.9";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-CzGcfhDdVh98FfVt7DR8MZP9hl9Ovl/x7LAg6vp5O8M=";
+    hash = "sha256-L8P6T+GFOsmHz1Do1FmeP+RG3VMGT+hqRqQHqY6fwE8=";
   };
 
   # Module doesn't have tests