We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f642e9 + 80656b6 commit a0d7fe2Copy full SHA for a0d7fe2
pkgs/development/python-modules/colored/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "colored";
11
- version = "2.2.3";
+ version = "2.3.1";
12
format = "pyproject";
13
14
src = fetchFromGitLab {
15
owner = "dslackw";
16
repo = "colored";
17
rev = "refs/tags/${version}";
18
- hash = "sha256-4APFAIN+cmPPd6qbqVC9iU4YntNEjoPbJXZywG1hsBY=";
+ hash = "sha256-PPaPw7pCZJeBz6h5omZ+kcRXsqi6ncLYGM7FNfZ0r4w=";
19
};
20
21
nativeBuildInputs = [ flit-core ];
0 commit comments