codespell: 2.4.1 -> 2.4.2 (#499231)

This commit is contained in:
Sandro
2026-03-16 16:31:02 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "codespell";
version = "2.4.1";
version = "2.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "codespell-project";
repo = "codespell";
tag = "v${finalAttrs.version}";
sha256 = "sha256-9hr/QZcBESLukujzNKNjWGG3nXx+wkvQvoUYmYgtXv0=";
sha256 = "sha256-OMnkTXt6ok3ll9ocZMY4jdpYl3PlI2ZZtLuiMYrCRNI=";
};
nativeBuildInputs = with python3.pkgs; [
+1
View File
@@ -18,6 +18,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
};
pythonRelaxDeps = [
"codespell"
"pontos"
"validators"
];