Merge pull request #69502 from r-ryantm/auto-update/codespell

codespell: 1.15.0 -> 1.16.0
This commit is contained in:
Mario Rodas 2019-09-27 23:12:11 -05:00 committed by GitHub
commit 8e1f50e434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ lib, buildPythonApplication, fetchPypi, pytest, chardet }:
buildPythonApplication rec {
pname = "codespell";
version = "1.15.0";
version = "1.16.0";
src = fetchPypi {
inherit pname version;
sha256 = "0c211rzfgmwls8ab8fj21xp9bhxk6ys3xw8w7chp4arjlifc26wg";
sha256 = "1s9dl07ib77gq0iq26mrdpl1c46nkfm7nlhqwxpx5vvs6a1pqfxz";
};
checkInputs = [ pytest chardet ];