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

Update kallisto to 0.45.0 #12117

Merged
merged 1 commit into from
Nov 17, 2018
Merged
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
6 changes: 3 additions & 3 deletions recipes/kallisto/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "0.44.0" %}
{% set version = "0.45.0" %}

package:
name: kallisto
version: {{ version }}

source:
url: https://github.com/pachterlab/kallisto/archive/v{{ version }}.tar.gz
sha256: 35a81201a56f4557697e6fe693dc6b701bbbd0a7b2b6e1c6c845ef816d67ca29
sha256: 42cf3949065e286e0a184586e160a909d7660825dbbb25ca350cb1dd82aafa57

build:
number: 2
number: 0

requirements:
build:
Expand Down