Unverified Commit da42cd98 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

codespell: 2.4.1 -> 2.4.2 (#499231)

parents 1a54b748 1ff35a8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
  };

  pythonRelaxDeps = [
    "codespell"
    "pontos"
    "validators"
  ];