[arch-commits] Commit in python-pandas/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sat Feb 12 15:15:59 UTC 2022


    Date: Saturday, February 12, 2022 @ 15:15:58
  Author: foxboron
Revision: 1132859

upgpkg: python-pandas 1.4.1-1

Modified:
  python-pandas/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 15:15:39 UTC (rev 1132858)
+++ PKGBUILD	2022-02-12 15:15:58 UTC (rev 1132859)
@@ -13,7 +13,7 @@
 # TODO: move python-pyarrow from AUR to community (Feather Format and Apache Parquet)
 
 pkgname=python-pandas
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python'
 arch=('x86_64')
@@ -47,7 +47,7 @@
             'xsel: needed for read_clipboard function (only one needed)'
             'zlib: needed for compression for msgpack')
 source=("https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz")
-sha256sums=('cdd76254c7f0a1583bd4e4781fb450d0ebf392e10d3f12e92c95575942e37df5')
+sha256sums=('8db93ec98ac7cb5f8ac1420c10f5e3c43533153f253fe7fb6d891cf5aa2b80d2')
 
 build() {
   cd pandas-${pkgver}



More information about the arch-commits mailing list