mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-polars: auto updated to 1.21.0-1
This commit is contained in:
parent
4e40c64efa
commit
1ca2c25ff9
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.20.0
|
||||
pkgver=1.21.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=('11dd0df12d73aa69489f2d6875d575bb36399b93d49e7255cfa738b47ece6fbd7925bab590d30ee3f619f0e91b2dfb6c3d98f11c845af6ad651b1c330c1ef2f5')
|
||||
b2sums=('0747a7ac7322eab2023db2f34e2ce4dc03ae69de5ae14ceded6c4b21e0ff0282bbd683f457248c98ab372306aa88f768da6103cd6bd509b33050e1a78501e0d2')
|
||||
|
||||
prepare() {
|
||||
cd polars-$_tag/py-polars
|
||||
|
|
Loading…
Add table
Reference in a new issue