Skip to content

Commit

Permalink
Update midsv to 0.11.0 (bioconda#45028)
Browse files Browse the repository at this point in the history
* Update midsv to 0.11.0

* Update meta.yaml

* Update meta.yaml

---------

Co-authored-by: Christian Brueffer <christian@brueffer.io>
  • Loading branch information
2 people authored and erikrikarddaniel committed Jan 10, 2024
1 parent 313b18c commit bf44da8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/midsv/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set name = "midsv" %}
{% set version = "0.10.2" %}
{% set version = "0.11.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/midsv-{{ version }}.tar.gz
sha256: 5ead1213b3f34f3a4a676ddb5e88cf7bc63ae2aac1226afe735bc46a7602e559
sha256: 713a164c4bce68f1caa72d50f7b7eef7a62b869bd65f2aebf8024d33ba6cc5b8

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
run_exports:
- {{ pin_subpackage('midsv', max_pin="x") }}

requirements:
host:
Expand Down

0 comments on commit bf44da8

Please sign in to comment.