codespell: 2.0.0 -> 2.1.0

This commit is contained in:
R. RyanTM 2021-06-14 19:59:44 +00:00 committed by Jonathan Ringer
parent 73e98d5c40
commit 29f750884d

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "codespell";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "codespell-project";
repo = "codespell";
rev = "v${version}";
sha256 = "187g26s3wzjmvdx9vjabbnajpbg0s9klixyv6baymmgz9lrcv4ln";
sha256 = "sha256-BhYVztSr2MalILEcOcvMl07CObYa73o3kW8S/idqAO8=";
};
checkInputs = [ aspell-python chardet pytestCheckHook pytest-cov pytest-dependency ];