snakemake: add 3.5.5 bottle.
This commit is contained in:
parent
3d93f9b3e5
commit
d5200da5b9
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Snakemake < Formula
|
|||
url "https://pypi.python.org/packages/source/s/snakemake/snakemake-3.5.5.tar.gz"
|
||||
sha256 "1f13667fd0dea7d2f35414399646288b8aece2cf9791566992001d95d123eb1b"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "782c11c3d9aa78d79cc6241bac326baae5a56d53f0e3e878e03539b0c1032017" => :el_capitan
|
||||
sha256 "75d1e54fa745a3ae4bceacd30521e696789782b03465462b914ce8f06fc01018" => :yosemite
|
||||
sha256 "a5bb0c91f5632b86e0684545fe36600349ced8643e0d98034c62eaf97580ce55" => :mavericks
|
||||
end
|
||||
|
||||
depends_on :python3
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue