[arch-commits] Commit in python-scikit-learn/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Wed Oct 7 16:24:01 UTC 2020
Date: Wednesday, October 7, 2020 @ 16:24:01
Author: aginiewicz
Revision: 720751
upgpkg: python-scikit-learn 0.23.2-1: python-scikit-learn: new upstream release
Modified:
python-scikit-learn/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-07 16:23:18 UTC (rev 720750)
+++ PKGBUILD 2020-10-07 16:24:01 UTC (rev 720751)
@@ -1,7 +1,7 @@
# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
pkgname=python-scikit-learn
-pkgver=0.23.1
+pkgver=0.23.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=('3596ede14e1edcfee2e10ecf2a52cd10b2df3f8b763fe14d6e99141e6ca5ecba')
+sha256sums=('26f56e0c5aac4811f5a90109c4eed0396ee196d8383608b9bf33129528e6fcfd')
build() {
cd "$srcdir"/scikit-learn-$pkgver
More information about the arch-commits
mailing list