app-vim/neoformat: Bump to 0.4.0_p20230111

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-01-13 20:20:09 +01:00
parent e0df8bb2b8
commit 7773215c62
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST neoformat-0.4.0_p20221206.tar.gz 28734 BLAKE2B 566029d58719febb4ee22c702591252ea6b7aafb6af39a2059e79e89177f5b5a23dfe94c7f81fef3b592fc13d984f0c1368da403e97f321dfeba8441e7004934 SHA512 5e20f3abdf535075ec5f0e9b8be874c5830ae5f0cfa538872bab2a32dd760815e145747253933e534841e7c5deb818433caa871eae384f7e97680238213ee7fd DIST neoformat-0.4.0_p20230111.tar.gz 28745 BLAKE2B 970b5025580b6d90e7675fb0c9e5acd6e1ec0caa4da594eb9a2f76a2051aa9d1df7a0a80aed94629694b20a712309d22810d8dbbf3dba03658b255b7cac76e2c SHA512 eb55159e961a69e78f23149fa43866b9d7baa20816c2450e6706a9d0357553ec022a4f22d58342722a90d82fd27115eed9a430b35d153b8f5d9b49e0b08ba78f

View File

@ -1,10 +1,10 @@
# Copyright 2022 Gentoo Authors # Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="8" EAPI="8"
inherit vim-plugin inherit vim-plugin
COMMIT_ID="902f674b9e8a703fad9dafdda9d8f7c88ecf689f" COMMIT_ID="ec601d38a2e9309109f405ce038c5a6ce774f1a9"
DESCRIPTION="vim plugin: in-buffer formatter runner" DESCRIPTION="vim plugin: in-buffer formatter runner"
HOMEPAGE="https://github.com/sbdchd/neoformat" HOMEPAGE="https://github.com/sbdchd/neoformat"