Merge pull request #137592 from r-ryantm/auto-update/proselint

proselint: 0.10.2 -> 0.12.0
This commit is contained in:
figsoda 2021-09-14 13:00:10 -04:00 committed by GitHub
commit 32f704c4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "proselint";
version = "0.10.2";
version = "0.12.0";
doCheck = false; # fails to pass because it tries to run in home directory
src = fetchurl {
url = "mirror://pypi/p/proselint/${pname}-${version}.tar.gz";
sha256 = "017risn0j1bjy9ygzfgphjnyjl4gk7wbrr4qv1vvrlan60wyp1rs";
sha256 = "2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6";
};
propagatedBuildInputs = [ click future six ];