codespell: 2.4.2 -> 2.4.3

This commit is contained in:
R. Ryantm
2026-07-19 17:04:26 +00:00
parent eb3b798dd1
commit d883e43055

View File

@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "codespell";
version = "2.4.2";
version = "2.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "codespell-project";
repo = "codespell";
tag = "v${finalAttrs.version}";
sha256 = "sha256-OMnkTXt6ok3ll9ocZMY4jdpYl3PlI2ZZtLuiMYrCRNI=";
sha256 = "sha256-oWVhD9KINWNW75ufPK3yKJJ3zV2AaR6LNok4RQK1PLA=";
};
nativeBuildInputs = with python3.pkgs; [