python3Packages.colored: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm
2026-04-05 20:49:51 +00:00
parent f7922f0cbc
commit e2b241ab0f
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "colored";
version = "2.3.1";
version = "2.3.2";
pyproject = true;
src = fetchFromGitLab {
owner = "dslackw";
repo = "colored";
tag = version;
hash = "sha256-PPaPw7pCZJeBz6h5omZ+kcRXsqi6ncLYGM7FNfZ0r4w=";
hash = "sha256-MnRWb9uQczkwikyorkS77PTpajCG6M/FZibm4ww+xC4=";
};
nativeBuildInputs = [ flit-core ];