diff options
-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" |