mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-polars: auto updated to 1.23.0-1
This commit is contained in:
parent
b04da12e03
commit
d116876429
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue