From 139240cd9152babb540ed460f1bfce286d6f3366 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 11 Dec 2023 09:55:59 -0500 Subject: [PATCH] python3-pandas: update to 2.1.4. --- srcpkgs/python3-pandas/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template index fe9fa523af3..4439be06bd4 100644 --- a/srcpkgs/python3-pandas/template +++ b/srcpkgs/python3-pandas/template @@ -1,6 +1,6 @@ # Template file for 'python3-pandas' pkgname=python3-pandas -version=2.1.3 +version=2.1.4 revision=1 build_style=python3-pep517 build_helper="meson numpy" @@ -14,7 +14,7 @@ license="BSD-3-Clause" homepage="https://pandas.pydata.org/" changelog="https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html" distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz" -checksum=4bd0cf6c18278fadad84a9c8f85072364fabeff97fc9597021081b9e1d0baf46 +checksum=00e0b049bac3d60c5701cae1f2fe57314f6ab8ae302b28953d4f9337817f6fc1 # Builds seem to sometimes have missing symbol problems; # the intermittent nature suggests this might be a race disable_parallel_build=yes