Skip to content

Commit

Permalink
Update pybigtools to 0.2.3 (bioconda#52425)
Browse files Browse the repository at this point in the history
* Update pybigtools to 0.2.3

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 28, 2024
1 parent 125b748 commit 73b8487
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/pybigtools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pybigtools" %}
{% set version = "0.2.2" %}
{% set sha256 = "8fe5e5f04cadca7d1f58653203928455e405a25fbc26d272ce5e443b70533ba3" %}
{% set version = "0.2.3" %}
{% set sha256 = "4e45e4a8ae582decdcbd7b091474e97f78d22cde0a87dff66e01463509306595" %}

package:
name: {{ name }}
Expand All @@ -19,6 +19,7 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('rust') }}
- clangdev # [osx]
host:
- pip
- python
Expand Down

0 comments on commit 73b8487

Please sign in to comment.