Date: Friday, May 20, 2022 @ 16:45:50 Author: archange Revision: 1209413
upgpkg: python-scikit-learn 1.1.1-1 Modified: python-scikit-learn/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-20 16:45:37 UTC (rev 1209412) +++ PKGBUILD 2022-05-20 16:45:50 UTC (rev 1209413) @@ -3,7 +3,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=python-scikit-learn -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="A set of python modules for machine learning and data mining" arch=(x86_64) @@ -15,7 +15,7 @@ options=(!emptydirs) _archive=${pkgname#python-}-${pkgver} source=(https://github.com/scikit-learn/scikit-learn/archive/${pkgver}/$_archive.tar.gz) -sha256sums=('9452bc660c2198df70f730c9f042e2a54b97f1402f1be4798f1fb12bb77fc713') +sha256sums=('568e621b9e1479b9ab952a9241db5af2ba3ab4f69d44b8aba3dd7648825e8e5a') build() { cd $_archive
