codespell: 2.3.0 -> 2.4.0 (#376953)

This commit is contained in:
Sandro
2025-01-26 13:45:19 +01:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "codespell";
version = "2.3.0";
version = "2.4.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "codespell-project";
repo = "codespell";
rev = "v${version}";
sha256 = "sha256-X3Pueu0E7Q57sbKSXqCZki4/PUb1WyWk/Zmj+lhVTM8=";
tag = "v${version}";
sha256 = "sha256-TZH3+ZzsThh0GDtiSU1ZEStmCHmEuNDrk/Vyc8E2ESI=";
};
nativeBuildInputs = with python3.pkgs; [