From 6b22d2c29f1cb8400ec6bcc4283602a524f05458 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 2 Feb 2023 10:42:34 +0100 Subject: [PATCH] python310Packages.types-colorama: 0.4.15.4 -> 0.4.15.5 --- pkgs/development/python-modules/types-colorama/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-colorama/default.nix b/pkgs/development/python-modules/types-colorama/default.nix index 932a88ef75a6..155b18f02841 100644 --- a/pkgs/development/python-modules/types-colorama/default.nix +++ b/pkgs/development/python-modules/types-colorama/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-colorama"; - version = "0.4.15.4"; + version = "0.4.15.5"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-YPfWJXkTE1IYVkzxudLpZ4wM5ywFHZ/6oadMdpBOWAg="; + hash = "sha256-PSqJbsfz0fZpz3ruoO9+usRznwLbM6sTKB5qcewvwsU="; }; # Module has no tests