app-vim/vim-vsnip: Bump to 0_pre20230312

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-03-21 22:57:03 +01:00
parent aa6042de35
commit 9d43506384
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST vim-vsnip-0_pre20221130.tar.gz 41860 BLAKE2B 86c7dc03e88763957568e5b814692fea479052b5486339835599887fbdd4cca5a13405469fd3446eef78abdaa0bb0da6a59b4080608557f91071671d8c9b2215 SHA512 649c2e3163cc57da324cc8f26afc66de65c79329cb8833f424247c938da53c583ddd9c5890abc5f61ac66a215061614926d343e6da1a447c503e9f8e4b8a71f7
DIST vim-vsnip-0_pre20230312.tar.gz 41791 BLAKE2B 7b5f7f3e7c67fe02c9730e63f683b1c60067d3dda3bc6bf09fb4090002fde5596db53db41fa4c6780fc56b2bbc3b5fe07772cf6d4b7f7d4a03785ef321566cd7 SHA512 5c8edc31bb841c91629684db00e92cb69b6b46a931dd1a11154366e4bd56b745e3e2897233d0ce56b6870b08b25efc62bd3aee9112475bc22d73ace0ecd727a5

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="e44026b5394fd79aa0f2118aaf41627ef9c354ee"
COMMIT_ID="7753ba9c10429c29d25abfd11b4c60b76718c438"
DESCRIPTION="Snippet plugin with support for LSP/VSCode snippet format"
HOMEPAGE="https://github.com/hrsh7th/vim-vsnip"