py-biopython: add version 1.70 (#6389)

This commit is contained in:
Eric 2017-11-20 22:50:25 -06:00 committed by Massimiliano Culpo
parent 17e0b81463
commit 035cce2b81

View file

@ -34,6 +34,7 @@ class PyBiopython(PythonPackage):
homepage = "http://biopython.org/wiki/Main_Page"
url = "http://biopython.org/DIST/biopython-1.65.tar.gz"
version('1.70', 'feff7a3e2777e43f9b13039b344e06ff')
version('1.65', '143e7861ade85c0a8b5e2bbdd1da1f67')
depends_on('py-mx', type=('build', 'run'))