From 3258a4000102cb70289d507e21b1177eed7f7404 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Mon, 3 Mar 2025 00:15:12 +0000 Subject: [PATCH] python-polars: auto updated to 1.24.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 ceca593f88..9943638521 100644 --- a/BioArchLinux/python-polars/PKGBUILD +++ b/BioArchLinux/python-polars/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexandre Bury 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