Skip to content
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/vcfsim/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "vcfsim" %}
{% set version = "1.0.18.alpha" %}
{% set version = "1.0.22.alpha" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/Pie115/VCFSimulator-SamukLab/archive/{{ version }}.tar.gz
sha256: 3e91c0414cc7c6ddac31e88dcff4626c81218074dfd651b5244ad03816acd27b
sha256: 6906be0445b989b45b85180b80377027decd8414afa1d6b08326c1c8aadf254c

build:
noarch: python
Expand Down
Loading