From 0ccfd68aad0e5db91c0416de9be72ce5bcf5ebef Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sun, 16 Feb 2025 00:04:08 +0000 Subject: [PATCH] python-toytree: auto updated to 3.0.10-1 --- BioArchLinux/python-toytree/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/python-toytree/PKGBUILD b/BioArchLinux/python-toytree/PKGBUILD index 987a720678..6a694a97ec 100644 --- a/BioArchLinux/python-toytree/PKGBUILD +++ b/BioArchLinux/python-toytree/PKGBUILD @@ -1,6 +1,6 @@ pkgname='python-toytree' name=toytree -pkgver=3.0.9 +pkgver=3.0.10 pkgrel=1 pkgdesc="A minimalist tree plotting library using toyplot graphs." url="https://github.com/eaton-lab/toytree" @@ -10,7 +10,7 @@ makedepends=('python-build' 'python-setuptools' 'python-installer' 'python-wheel license=('BSD-3-Clause') arch=('any') source=("https://pypi.io/packages/source/${name::1}/${name}/${name}-${pkgver}.tar.gz") -sha256sums=('0b2865b87a2038795b9817bd02c42ca02ac0e0bb2613a60f22321d35af8a55f5') +sha256sums=('9d9f3a71bfa3e5381fed7249f5902659a51a9ea2e2bc089381029e23097bcc3e') build() { cd "${srcdir}/${name}-${pkgver}"