codespell: 2.4.2 -> 2.4.3 (#543554)

This commit is contained in:
Sandro
2026-07-20 16:23:44 +00:00
committed by GitHub
+2 -2
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; [