about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-31 19:33:30 -0600
committerGitHub <noreply@github.com>2023-07-31 19:33:30 -0600
commit299cd488b1996130dc0b40d45a488a508795d7a2 (patch)
treec2d35391a9117aeab52e2e05285d1c440496344e /pkgs
parentc076bd2c25191e92b47cc16232283d3694e4935f (diff)
parentc613ccf1f878481762e7e5ff9a6b3d16f58ac3bd (diff)
Merge pull request #246403 from r-ryantm/auto-update/python310Packages.types-tabulate
python310Packages.types-tabulate: 0.9.0.2 -> 0.9.0.3
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 2be7a114282fd..123aaa346171e 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.9.0.2";
+  version = "0.9.0.3";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-HdQyKjoUbpBzFpx0J4uPFKWOuZBcqdsNJYjfQI8nysk=";
+    hash = "sha256-GXZR+dZGcZPNFm2FABFqbTom8qTrLbCTvJU17hwL5V4=";
   };
 
   # Module doesn't have tests