Merge pull request #145870 from r-ryantm/auto-update/proselint
proselint: 0.12.0 -> 0.13.0
This commit is contained in:
commit
7b8c84823f
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "proselint";
|
pname = "proselint";
|
||||||
version = "0.12.0";
|
version = "0.13.0";
|
||||||
|
|
||||||
doCheck = false; # fails to pass because it tries to run in home directory
|
doCheck = false; # fails to pass because it tries to run in home directory
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/p/proselint/${pname}-${version}.tar.gz";
|
url = "mirror://pypi/p/proselint/${pname}-${version}.tar.gz";
|
||||||
sha256 = "2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6";
|
sha256 = "7dd2b63cc2aa390877c4144fcd3c80706817e860b017f04882fbcd2ab0852a58";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ click future six ];
|
propagatedBuildInputs = [ click future six ];
|
||||||
|
|
Loading…
Reference in a new issue