app-vim/nvim-cmp: Bump to 0.0.1_p20230710

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-07-20 08:15:51 +02:00
parent 9f5c42f497
commit 14330e8f24
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST nvim-cmp-0.0.1.tar.gz 58800 BLAKE2B 9539e32cd8e7d7df8085c5af6f1224159553820ad16492e70f5270af52fc6845bd43be010e60e36fcbb82ec983408b37afaa11c02d2d980bb428d76a245ee5fb SHA512 a80e588f4edb90db68811d19f7ad0d891c9b1f79e1432178b33db8ed37f3724c1b0e981848e0d659b78756d6e5210edf0f70107b1555f17ffe7fc7c444279e27
DIST nvim-cmp-0.0.1_p20230710.tar.gz 65056 BLAKE2B 7b23f952b7f2a87c0fba9935f7ef9e55f2b07b87437aacfea8e35ed8a2a757f7306c59068bd8fcf4292e71a4e58995dbdc27adb3e32c7c1d8b8c2bb2580dd9d6 SHA512 7f7d38d291515f40ec8e920511c5aee458a4eece3ea97b3d13ce15352f87c65cda4b56d810d7437f0860005c682e84b474e2f1b31923d548eb932f101a4a84b4

View File

@ -1,4 +1,4 @@
# Copyright 2021-2022 Gentoo Authors
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -6,7 +6,7 @@ EAPI="8"
LUA_COMPAT=( lua5-{1..4} luajit )
inherit lua-single vim-plugin
COMMIT_ID="983453e32cb35533a119725883c04436d16c0120"
COMMIT_ID="c4e491a87eeacf0408902c32f031d802c7eafce8"
DESCRIPTION="neovim plugin: A completion plugin for neovim coded in Lua"
HOMEPAGE="https://github.com/hrsh7th/nvim-cmp"