Skip to content

Commit

Permalink
Update pbsv version 2.10.0 (#51738)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Mattick <jmattick@pacificbiosciences.com>
  • Loading branch information
jmattick and Jessica Mattick authored Oct 29, 2024
1 parent f598e3f commit aab7087
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/pbsv/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pbsv" %}
{% set version = "2.9.0" %}
{% set sha256 = "3daf41d28f5d0063f68c49ce790ab17b648f1d2459122f5c13704598342db97c" %}
{% set version = "2.10.0" %}
{% set sha256 = "5b640017716efb2d30a75f5af5fd566eae8ee4d6b9517c0a903296b7d298121c" %}

package:
name: {{ name }}
Expand All @@ -13,6 +13,10 @@ source:
build:
number: 0
skip: True # [osx]
binary_relocation: False
run_exports:
- {{ pin_subpackage('pbsv', max_pin='x.x') }}


test:
commands:
Expand Down

0 comments on commit aab7087

Please sign in to comment.