[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Sep 10 12:40:49 UTC 2022
Date: Saturday, September 10, 2022 @ 12:40:49
Author: foxboron
Revision: 1298866
upgpkg: python-pandas 1.4.4-1
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 12:40:40 UTC (rev 1298865)
+++ PKGBUILD 2022-09-10 12:40:49 UTC (rev 1298866)
@@ -4,7 +4,7 @@
# Contributor: Keith Hughitt <khughitt at umd.edu>
pkgname=python-pandas
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python'
arch=(x86_64)
@@ -98,7 +98,7 @@
# No test data in upstream crafted tarball
#source=(https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz)
source=(https://github.com/pandas-dev/pandas/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8e9d21e75b7df9934f0f61801a11ff548459a8cb3fe7ada366f2a797e0d651aa')
+sha256sums=('591436a87c792b445c13e032ab32daf958319df271ec84b79cadf985c1c7e942')
build() {
cd pandas-${pkgver}
More information about the arch-commits
mailing list