From 670bb0e5693268b82bed6e226c02351bd1ea2c91 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 11 Jul 2026 14:21:51 +0000 Subject: [PATCH] python3Packages.types-colorama: 0.4.15.20250801 -> 0.4.15.20260508 --- 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 e176716e7cf3..acfb779324c5 100644 --- a/pkgs/development/python-modules/types-colorama/default.nix +++ b/pkgs/development/python-modules/types-colorama/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-colorama"; - version = "0.4.15.20250801"; + version = "0.4.15.20260508"; pyproject = true; src = fetchPypi { pname = "types_colorama"; inherit version; - hash = "sha256-AlZdE9aJY9EiN9PzMPXs1iKjF597WxTufxYUYnDDV/U="; + hash = "sha256-OokWA55XRSvSH1fmdOHyIcqeTzGYk8Xju9N7hFwn2OY="; }; nativeBuildInputs = [ setuptools ];