Skip to content

Commit

Permalink
bedtools2: add v2.30.0 (spack#24412)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs authored Jun 19, 2021
1 parent 73d7444 commit c432076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/bedtools2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ class Bedtools2(Package):
on the genome."""

homepage = "https://github.com/arq5x/bedtools2"
url = "https://github.com/arq5x/bedtools2/archive/v2.26.0.tar.gz"
url = "https://github.com/arq5x/bedtools2/archive/v2.30.0.tar.gz"

version('2.30.0', sha256='c575861ec746322961cd15d8c0b532bb2a19333f1cf167bbff73230a7d67302f')
version('2.29.2', sha256='bc2f36b5d4fc9890c69f607d54da873032628462e88c545dd633d2c787a544a5')
version('2.27.1', sha256='edcac089d84e63a51f85c3c189469daa7d42180272130b046856faad3cf79112')
version('2.27.0', sha256='e91390b567e577d337c15ca301e264b0355441f5ab90fa4f971622e3043e0ca0')
Expand Down

0 comments on commit c432076

Please sign in to comment.