We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef78596 commit 21ee7caCopy full SHA for 21ee7ca
recipes/vafator/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "vafator" %}
2
-{% set version = "2.2.0" %}
+{% set version = "2.2.2" %}
3
4
package:
5
name: "{{ name|lower }}"
@@ -18,6 +18,8 @@ build:
18
- vafator2decifer=vafator.command_line:vafator2decifer
19
- hatchet2bed=vafator.command_line:hatchet2bed
20
script: "{{ PYTHON }} -m pip install . -vv"
21
+ run_exports:
22
+ - {{ pin_subpackage('vafator', max_pin="x") }}
23
24
requirements:
25
host:
0 commit comments