Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated minimap2 to v2.12 #10282

Merged
merged 1 commit into from
Aug 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/mappy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.11" %}
{% set version = "2.12" %}

package:
name: mappy
version: {{ version }}

source:
url: https://pypi.io/packages/source/m/mappy/mappy-{{ version }}.tar.gz
sha256: 3a76eb65a9a8add70d59e4e733c7cfdbf3ec7995435a6913143f54bdf6433461
sha256: 54645383ef0ca447b14a28d4621f87052c4b383443a4445f2ccd443c53279573

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/minimap2/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.11" %}
{% set version = "2.12" %}

package:
name: minimap2
version: {{ version }}

source:
url: https://github.com/lh3/minimap2/archive/v{{ version }}.tar.gz
sha256: 223f647ed03e90b1e7d5045537a8308b09beba24fff7ea5fb3fa26bdb45b98ba
sha256: 7bcac08a6e867c99b307afc8b2c07e36897ce8df702b6c2bdd3eeffff2a373e4

build:
number: 0
Expand Down