py-pybedtools: fix hash for 0.6.9 (#7492)
This commit is contained in:
parent
383c2aa2d6
commit
b0ecd0fd0b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class PyPybedtools(PythonPackage):
|
||||||
url = "https://pypi.io/packages/source/p/pybedtools/pybedtools-0.7.10.tar.gz"
|
url = "https://pypi.io/packages/source/p/pybedtools/pybedtools-0.7.10.tar.gz"
|
||||||
|
|
||||||
version('0.7.10', 'f003c67e22c48b77f070538368ece70c')
|
version('0.7.10', 'f003c67e22c48b77f070538368ece70c')
|
||||||
version('0.6.9', 'a24e4bcd0c89beb9535295db964f6a4a')
|
version('0.6.9', 'b7df049036422d8c6951412a90e83dca')
|
||||||
|
|
||||||
depends_on('py-setuptools', type='build')
|
depends_on('py-setuptools', type='build')
|
||||||
depends_on('bedtools2', type=('build', 'run'))
|
depends_on('bedtools2', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue