[arch-commits] Commit in python-scikit-learn/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 8 11:14:15 UTC 2021
Date: Saturday, May 8, 2021 @ 11:14:15
Author: arojas
Revision: 928778
Update to 0.24.2
Modified:
python-scikit-learn/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-08 11:06:10 UTC (rev 928777)
+++ PKGBUILD 2021-05-08 11:14:15 UTC (rev 928778)
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
pkgname=python-scikit-learn
-pkgver=0.24.1
+pkgver=0.24.2
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=('a663dbe0feb04bd9949da315a3abc9ddf5ce84d4e07d16c5b96e0947ee56a4eb')
+sha256sums=('642fb016bfe4bb7539ba6bf4e6dd5a95d2d25638387040b0f5eefdb84a840297')
build() {
cd "$srcdir"/scikit-learn-$pkgver
More information about the arch-commits
mailing list