From 455dc193a39f06c7dca4a123afce58d99a0c5de8 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 4 Apr 2024 06:18:31 +0000 Subject: [PATCH] bump(main/matplotlib): 3.8.4 This commit has been automatically submitted by Github Actions. --- packages/matplotlib/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/matplotlib/build.sh b/packages/matplotlib/build.sh index 73b7bc4741..d47f967731 100644 --- a/packages/matplotlib/build.sh +++ b/packages/matplotlib/build.sh @@ -14,9 +14,9 @@ LICENSE/LICENSE_SOLARIZED LICENSE/LICENSE_STIX LICENSE/LICENSE_YORICK" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="3.8.3" +TERMUX_PKG_VERSION="3.8.4" TERMUX_PKG_SRCURL=https://github.com/matplotlib/matplotlib/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=8e67576df67387a58f44be083244b1f6540acdc0116a3431146498684d3108e7 +TERMUX_PKG_SHA256=7c4f370b7550eec8342c102f9dd80da3bec2895d7f514f5f6378764db4cb0e35 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="freetype, libc++, patchelf, ninja, python, python-numpy, python-pillow, python-pip" TERMUX_PKG_PYTHON_TARGET_DEPS="'contourpy>=1.0.1', 'cycler>=0.10', 'fonttools>=4.22.0', 'kiwisolver>=1.0.1', 'packaging>=20.0', 'pyparsing>=2.3.1,<3.1', 'python-dateutil>=2.7'"