From 5d2bcd44626489692c4c44000e966da008fc86f2 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Fri, 17 Jan 2025 00:15:28 +0000 Subject: [PATCH] python-polars: auto updated to 1.20.0-1 --- BioArchLinux/python-polars/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/python-polars/PKGBUILD b/BioArchLinux/python-polars/PKGBUILD index f88c518f43..c09e3cedec 100644 --- a/BioArchLinux/python-polars/PKGBUILD +++ b/BioArchLinux/python-polars/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexandre Bury pkgname=python-polars -pkgver=1.19.0 +pkgver=1.20.0 pkgrel=1 pkgdesc="Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model" arch=("x86_64") @@ -22,7 +22,7 @@ makedepends=('maturin' 'rustup' 'cmake' 'python-installer') _name=${pkgname#python-} _tag="py-$pkgver" source=("https://github.com/pola-rs/polars/archive/refs/tags/$_tag.tar.gz") -b2sums=('68e8e9221e11868a03413934c37ad8e88a6b27d52e9e264437c1690fb5b68afca0fc3ebe360ccf03e95d68e7511799633eaaba154c74e3b148e2b35908892d31') +b2sums=('11dd0df12d73aa69489f2d6875d575bb36399b93d49e7255cfa738b47ece6fbd7925bab590d30ee3f619f0e91b2dfb6c3d98f11c845af6ad651b1c330c1ef2f5') prepare() { cd polars-$_tag/py-polars