python-polars: auto updated to 1.23.0-1

This commit is contained in:
BioArchLinuxBot 2025-02-23 18:15:25 +00:00
parent b04da12e03
commit d116876429

View file

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