mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-hdbscan: auto updated to 0.8.33-1
This commit is contained in:
parent
f896c7d0a3
commit
7aaae47d2f
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ _name=${pkgname#python-}
|
|||
pkgdesc="Hierarchical Density-Based Spatial Clustering of Applications with Noise"
|
||||
url="http://github.com/scikit-learn-contrib/hdbscan"
|
||||
|
||||
pkgver=0.8.32
|
||||
pkgver=0.8.33
|
||||
pkgrel=1
|
||||
|
||||
arch=("x86_64")
|
||||
|
@ -28,7 +28,7 @@ depends=(
|
|||
source=(
|
||||
"https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
|
||||
)
|
||||
sha256sums=('2d80b371f3800d0f178540e3ec4474df54acd1c483e68a5121f4b0e15dac1e0b')
|
||||
sha256sums=('57fabc5f0e45f48d2407b35c731192abc896376411fe7e4bb836ffa03d38f90d')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/${_name}-${pkgver}
|
||||
|
|
Loading…
Add table
Reference in a new issue