From b08bb08a90fc7af3d4e276be874e65401ec2eeac Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 1 Apr 2023 21:28:16 +0000 Subject: [PATCH] python310Packages.types-tabulate: 0.9.0.1 -> 0.9.0.2 --- pkgs/development/python-modules/types-tabulate/default.nix | 4 ++-- 1 file 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 f4e129b15fa7..2be7a114282f 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.1"; + version = "0.9.0.2"; src = fetchPypi { inherit pname version; - hash = "sha256-5IYpLCefGSR4Zb2r6AJBl0Cg50tTRE5/eoAJ4IEp2l0="; + hash = "sha256-HdQyKjoUbpBzFpx0J4uPFKWOuZBcqdsNJYjfQI8nysk="; }; # Module doesn't have tests