diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-23 00:03:15 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-23 00:17:10 +0100 |
commit | 8c44eb7b0cded21d695ca55a254aac5a05800533 (patch) | |
tree | 065d1f6f063c392ba9de9d95cf728512004313e0 /testing/py3-biopython | |
parent | 34466bd7e7c3094a91cf17df428b7eb6973b2fac (diff) | |
download | aports-8c44eb7b0cded21d695ca55a254aac5a05800533.tar.bz2 aports-8c44eb7b0cded21d695ca55a254aac5a05800533.tar.xz |
testing/py3-biopython: upgrade to 1.76
Diffstat (limited to 'testing/py3-biopython')
-rw-r--r-- | testing/py3-biopython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-biopython/APKBUILD b/testing/py3-biopython/APKBUILD index 88250e5ea8..30a1e008f4 100644 --- a/testing/py3-biopython/APKBUILD +++ b/testing/py3-biopython/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Charles Pritchard <chuck@jumis.com> pkgname=py3-biopython _pkgname=biopython -pkgver=1.75 +pkgver=1.76 pkgrel=0 pkgdesc="Python tools for computational molecular biology." options="!check" # test_NCBI_qblast hangs @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e35afd4d1be44bf3995b2bd97685bd1a2caa5f4e0f3efc37e31473e7e567d18a7af718ebcc2763b3081c5768d1b7741fb6f4536ebd1ae0f0d2c6f6a2afd974eb biopython-1.75.tar.gz" +sha512sums="cd98e5cff151f8f286e9bf9763cf4b61bceb80b2696c5ac98aae6ee180f2ab2493bd1e1852a0fd5f27c71550f8a609e5163b1c1900ae32314dd76e36b6f06de0 biopython-1.76.tar.gz" |