Skip to content

Commit a0d7fe2

Browse files
authored
python3Packages.colored: 2.2.3 -> 2.3.1 (#438636)
2 parents 1f642e9 + 80656b6 commit a0d7fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/colored/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "colored";
11-
version = "2.2.3";
11+
version = "2.3.1";
1212
format = "pyproject";
1313

1414
src = fetchFromGitLab {
1515
owner = "dslackw";
1616
repo = "colored";
1717
rev = "refs/tags/${version}";
18-
hash = "sha256-4APFAIN+cmPPd6qbqVC9iU4YntNEjoPbJXZywG1hsBY=";
18+
hash = "sha256-PPaPw7pCZJeBz6h5omZ+kcRXsqi6ncLYGM7FNfZ0r4w=";
1919
};
2020

2121
nativeBuildInputs = [ flit-core ];

0 commit comments

Comments
 (0)