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 jbrowse2 to 2.10.1 #45145

Merged
merged 1 commit into from
Jan 10, 2024
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
4 changes: 2 additions & 2 deletions recipes/jbrowse2/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# When updating, check the @jbrowse/cli version in build.sh too
{% set version = "2.10.0" %}
{% set version = "2.10.1" %}

package:
name: jbrowse2
version: {{ version }}

source:
sha256: c1dcb2c3e4edd544dcdd566d9f96ca51f93587c444ad6d16d5deff7d3e271862
sha256: 9495e73d98e4eb287c8a48d8d4a61f2523755a4582681ce4e8e09b9e0fbef291
url: https://github.com/GMOD/jbrowse-components/releases/download/v{{ version }}/jbrowse-web-v{{ version }}.zip

build:
Expand Down