Date: Friday, March 12, 2021 @ 20:31:01 Author: arojas Revision: 889728
Update to 0.24.1 Modified: python-scikit-learn/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-12 20:30:21 UTC (rev 889727) +++ PKGBUILD 2021-03-12 20:31:01 UTC (rev 889728) @@ -1,7 +1,7 @@ # Maintainer: Andrzej Giniewicz <[email protected]> pkgname=python-scikit-learn -pkgver=0.24.0 +pkgver=0.24.1 pkgrel=1 pkgdesc="A set of python modules for machine learning and data mining" arch=('x86_64') @@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'cython' 'openmp') options=(!emptydirs) source=("scikit-learn-${pkgver}.tar.gz::https://github.com/scikit-learn/scikit-learn/archive/${pkgver}.tar.gz") -sha256sums=('2338fe6b0c87ebcb1a85d804d2a05840ff159913989f29efb8b0499c4b8803fa') +sha256sums=('a663dbe0feb04bd9949da315a3abc9ddf5ce84d4e07d16c5b96e0947ee56a4eb') build() { cd "$srcdir"/scikit-learn-$pkgver
