Skip to content

Commit e1f29ae

Browse files
codespell: 2.4.0 -> 2.4.1 (#379959)
2 parents dc180c4 + 97b85c4 commit e1f29ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/codespell/package.nix

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

88
python3.pkgs.buildPythonApplication rec {
99
pname = "codespell";
10-
version = "2.4.0";
10+
version = "2.4.1";
1111
format = "pyproject";
1212

1313
src = fetchFromGitHub {
1414
owner = "codespell-project";
1515
repo = "codespell";
1616
tag = "v${version}";
17-
sha256 = "sha256-TZH3+ZzsThh0GDtiSU1ZEStmCHmEuNDrk/Vyc8E2ESI=";
17+
sha256 = "sha256-9hr/QZcBESLukujzNKNjWGG3nXx+wkvQvoUYmYgtXv0=";
1818
};
1919

2020
nativeBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)