python-polars: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2025-03-03 00:15:12 +00:00
parent da04b8f7ae
commit 3258a40001

View file

@ -1,7 +1,7 @@
# Maintainer: Alexandre Bury <alexandre.bury@gmail.com>
pkgname=python-polars
pkgver=1.23.0
pkgver=1.24.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=('536decece0b5eb643be829b91e173d08435c974f1a8fafc3160900ee5d8f1c29d67f1813b03f981318095e65e40e4ee62ddb5a84e7a6c30a0cc4527513e551ca')
b2sums=('2c3e770e438d33ca3d65b6d435546b483ee6402c77c6404018caad9f32f6f4b3c7f1791646484a99836981e62764b1075b8dd49b58579173ddef7a7c32832313')
prepare() {
cd polars-$_tag/py-polars