mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
proselint: 0.10.0 -> 0.10.2 (#45170)
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:
parent
4d0756d286
commit
69dd5d5314
@ -2,13 +2,13 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
name = "proselint-${version}";
|
||||
version = "0.10.0";
|
||||
version = "0.10.2";
|
||||
|
||||
doCheck = false; # fails to pass because it tries to run in home directory
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/p/proselint/${name}.tar.gz";
|
||||
sha256 = "0kmr95mf2gij40qy4660ryfanw13vxlhpmivqia1mdbii8iziyhg";
|
||||
sha256 = "017risn0j1bjy9ygzfgphjnyjl4gk7wbrr4qv1vvrlan60wyp1rs";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ click future six ];
|
||||
|
Loading…
Reference in New Issue
Block a user