Skip to content

Commit

Permalink
fix busco patch (bioconda#46524)
Browse files Browse the repository at this point in the history
* fix busco patch

* increment build number
  • Loading branch information
berkelem authored Mar 18, 2024
1 parent 20a409a commit 03a634b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/busco/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1
noarch: python
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand All @@ -17,6 +17,7 @@ source:
sha256: {{ sha256 }}
patches:
- 0001-Add-default-config-path-within-prefix-updated.patch
- 0001-Set-conda-distribution.patch

requirements:
host:
Expand Down

0 comments on commit 03a634b

Please sign in to comment.