3
0
Fork 0
forked from mirrors/nixpkgs

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

proselint: 0.12.0 -> 0.13.0
This commit is contained in:
Jörg Thalheim 2021-11-14 08:23:45 +00:00 committed by GitHub
commit 7b8c84823f
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.12.0";
version = "0.13.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 = "2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6";
sha256 = "7dd2b63cc2aa390877c4144fcd3c80706817e860b017f04882fbcd2ab0852a58";
};
propagatedBuildInputs = [ click future six ];