python-pyvis: auto updated to 0.3.2-1

This commit is contained in:
BioArchLinuxBot 2023-07-02 12:09:17 +00:00
parent cc47afa96a
commit c622b45217

View file

@ -2,8 +2,8 @@
pkgname=python-pyvis pkgname=python-pyvis
_name=${pkgname#python-} _name=${pkgname#python-}
pkgver=0.3.1 pkgver=0.3.2
pkgrel=2 pkgrel=1
pkgdesc="Python package for creating and visualizing interactive network graphs" pkgdesc="Python package for creating and visualizing interactive network graphs"
arch=(any) arch=(any)
url="https://github.com/WestHealth/pyvis" url="https://github.com/WestHealth/pyvis"
@ -24,7 +24,7 @@ depends=(
) )
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v${pkgver}.tar.gz") source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('439709a01e43e45bf3bbac201defd0a4ba5506e990b347f890aead4982504e86') sha256sums=('ff947e224d9825e4b0f3d6710075945c5c8d13bf60aa54e6396c996f34851a3a')
_archive="$_name-$pkgver" _archive="$_name-$pkgver"