python/python-neovim: Updated for version 0.4.1.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2020-01-31 23:52:07 -08:00 committed by Willy Sudiarto Raharjo
parent 486dc73cd7
commit fce497525d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python-neovim
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2020 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.0}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python-neovim"
VERSION="0.4.0"
VERSION="0.4.1"
HOMEPAGE="http://neovim.org/"
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.0/pynvim-0.4.0.tar.gz"
MD5SUM="6d18d84565622585ae60b26e5dc1d746"
DOWNLOAD="https://github.com/neovim/pynvim/archive/0.4.1/pynvim-0.4.1.tar.gz"
MD5SUM="8d90f9f29b2cdaf6adfc78b0eda9dd20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet msgpack-python trollius pytest-runner"