From 2b9fac83e374815209c4cc2ff3390484f14eb562 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 17 May 2025 11:34:17 +0200 Subject: [PATCH] python313Packages.termcolor: 3.0.0 -> 3.1.0 https://github.com/termcolor/termcolor/releases/tag/3.1.0 --- pkgs/development/python-modules/termcolor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/termcolor/default.nix b/pkgs/development/python-modules/termcolor/default.nix index 7dd4e5fc12e3..eae96afd7b58 100644 --- a/pkgs/development/python-modules/termcolor/default.nix +++ b/pkgs/development/python-modules/termcolor/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "termcolor"; - version = "3.0.0"; + version = "3.1.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-DNhVyHFjg/FSrQK7s5hB1uRpRTj/XUJAiOVsi4H95SU="; + hash = "sha256-am3X++5YGQnu7Gp1bP8df3w3YGOxTkopjcSYAwnlWXA="; }; build-system = [