diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-10 07:02:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-17 11:47:45 +0700 |
commit | b559ef5b777998f2a251ecc131bf87b9ab3d7bc0 (patch) | |
tree | 601c4fb6a072f82d20aef006525a6a027849a6b5 /python/python-neovim/python-neovim.SlackBuild | |
parent | f89dbe01191c8341efa944abb883d0604d9c5285 (diff) |
python/python-neovim: Updated for version 0.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-neovim/python-neovim.SlackBuild')
-rw-r--r-- | python/python-neovim/python-neovim.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-neovim/python-neovim.SlackBuild b/python/python-neovim/python-neovim.SlackBuild index 29dff88b89..e01ee18a50 100644 --- a/python/python-neovim/python-neovim.SlackBuild +++ b/python/python-neovim/python-neovim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-neovim -# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-neovim SRCNAM=pynvim -VERSION=${VERSION:-0.4.1} +VERSION=${VERSION:-0.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |