proselint: 0.8.0 -> 0.9.0 (#43917)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/proselint/versions.
This commit is contained in:
R. RyanTM 2018-07-30 13:32:30 -07:00 committed by xeji
parent 03e47c388a
commit aedf479ae5

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
name = "proselint-${version}";
version = "0.8.0";
version = "0.9.0";
doCheck = false; # fails to pass because it tries to run in home directory
src = fetchurl {
url = "mirror://pypi/p/proselint/${name}.tar.gz";
sha256 = "1g8vx04gmv0agmggz1ml5vydfppqvl8dzjvqm6vqw5rzafa89m08";
sha256 = "1fibk24fx00bfn0z4iikcv519cz2nkcil9k187sf3adb2ldzg4ab";
};
propagatedBuildInputs = [ click future six ];