lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

codespell: 2.0.0 -> 2.1.0

authored by

R. RyanTM and committed by
Jonathan Ringer
29f75088 73e98d5c

+2 -2
+2 -2
pkgs/development/python-modules/codespell/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "codespell"; 5 - version = "2.0.0"; 5 + version = "2.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "codespell-project"; 9 9 repo = "codespell"; 10 10 rev = "v${version}"; 11 - sha256 = "187g26s3wzjmvdx9vjabbnajpbg0s9klixyv6baymmgz9lrcv4ln"; 11 + sha256 = "sha256-BhYVztSr2MalILEcOcvMl07CObYa73o3kW8S/idqAO8="; 12 12 }; 13 13 14 14 checkInputs = [ aspell-python chardet pytestCheckHook pytest-cov pytest-dependency ];