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 dc180c4 + 97b85c4 commit e1f29aeCopy full SHA for e1f29ae
pkgs/by-name/co/codespell/package.nix
@@ -7,14 +7,14 @@
7
8
python3.pkgs.buildPythonApplication rec {
9
pname = "codespell";
10
- version = "2.4.0";
+ version = "2.4.1";
11
format = "pyproject";
12
13
src = fetchFromGitHub {
14
owner = "codespell-project";
15
repo = "codespell";
16
tag = "v${version}";
17
- sha256 = "sha256-TZH3+ZzsThh0GDtiSU1ZEStmCHmEuNDrk/Vyc8E2ESI=";
+ sha256 = "sha256-9hr/QZcBESLukujzNKNjWGG3nXx+wkvQvoUYmYgtXv0=";
18
};
19
20
nativeBuildInputs = with python3.pkgs; [
0 commit comments