From d116876429b52ee2e2b5547cf465ab8fd1fa8cc5 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sun, 23 Feb 2025 18:15:25 +0000 Subject: [PATCH] python-polars: auto updated to 1.23.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 bb8a9877dc..ceca593f88 100644 --- a/BioArchLinux/python-polars/PKGBUILD +++ b/BioArchLinux/python-polars/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexandre Bury 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