Date: Wednesday, June 29, 2022 @ 15:10:33
  Author: archange
Revision: 1240720

upgpkg: python-pandas 1.4.3-1

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-29 15:10:21 UTC (rev 1240719)
+++ PKGBUILD    2022-06-29 15:10:33 UTC (rev 1240720)
@@ -4,7 +4,7 @@
 # Contributor: Keith Hughitt <khugh...@umd.edu>
 
 pkgname=python-pandas
-pkgver=1.4.2
+pkgver=1.4.3
 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=('e2d97255e7cd13b3d3931b49f7be50055e02ca6dff60a68e403b125f8f85c4d2')
+sha256sums=('8e9d21e75b7df9934f0f61801a11ff548459a8cb3fe7ada366f2a797e0d651aa')
 
 build() {
   cd pandas-${pkgver}

Reply via email to