Skip to content

Commit

Permalink
Update isoseq version 4.2.0 (#51727)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Mattick <[email protected]>
Co-authored-by: Alicia A. Evans <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2024
1 parent f521ff4 commit 3da52f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions recipes/isoseq/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "isoseq" %}
{% set version = "4.0.0" %}
{% set sha256 = "5766001507cf2a351b260cf38b717351dd676a7c87eb7c285c3c43a4a458f4b2" %}
{% set version = "4.2.0" %}
{% set sha256 = "e22ee0cd508129455486d1d54aeef3df53cabf8cc419fd4c2bd5a1fc4ea514c0" %}

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

test:
commands:
Expand Down

0 comments on commit 3da52f1

Please sign in to comment.