mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-polars: auto updated to 1.22.0-1
This commit is contained in:
parent
88dd20e084
commit
36d5604f9c
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Alexandre Bury <alexandre.bury@gmail.com>
|
||||
|
||||
pkgname=python-polars
|
||||
pkgver=1.21.0
|
||||
pkgrel=2
|
||||
pkgver=1.22.0
|
||||
pkgrel=1
|
||||
pkgdesc="Blazingly fast DataFrames library using Apache Arrow Columnar Format as memory model"
|
||||
arch=("x86_64")
|
||||
url="https://www.pola.rs/"
|
||||
|
@ -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=('0747a7ac7322eab2023db2f34e2ce4dc03ae69de5ae14ceded6c4b21e0ff0282bbd683f457248c98ab372306aa88f768da6103cd6bd509b33050e1a78501e0d2')
|
||||
b2sums=('5f55e3a33205fa45c7815852619437b56da0f2e5e04acbd4e1869fd0c3087cca12245b3c0c9e8bed3bc650455542bf2ba5883486d4fd46a496af73f7ad2fde0b')
|
||||
|
||||
prepare() {
|
||||
cd polars-$_tag/py-polars
|
||||
|
|
Loading…
Add table
Reference in a new issue