Merge pull request #62014 from r-ryantm/auto-update/vim-vint
vim-vint: 0.3.19 -> 0.3.20
This commit is contained in:
commit
7755d37eca
@ -4,13 +4,13 @@ with python3Packages;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "vim-vint-${version}";
|
name = "vim-vint-${version}";
|
||||||
version = "0.3.19";
|
version = "0.3.20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kuniwak";
|
owner = "kuniwak";
|
||||||
repo = "vint";
|
repo = "vint";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0fb0vkmn5fv4mwk6riw08hb3vsh1pivvrfwm90b95yhksq4pfi12";
|
sha256 = "0ij9br4z9h8qay6l41sicr4lbjc38hxsn3lgjrj9zpn2b3585syx";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For python 3.5 > version > 2.7 , a nested dependency (pythonPackages.hypothesis) fails.
|
# For python 3.5 > version > 2.7 , a nested dependency (pythonPackages.hypothesis) fails.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user