Skip to content

Commit

Permalink
Update amplicon_coverage_plot to 0.3.4 (#52620)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Dec 5, 2024
1 parent c7cd165 commit 770a1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/amplicon_coverage_plot/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "amplicon_coverage_plot" %}
{% set version = "0.3.3" %}
{% set version = "0.3.4" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/chienchi/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 260ca1ac42381149e955b102f422267ad77d16daec3bee83585999cd1152d817
sha256: 734267435d89b3eb85ffd4aafbe90cb4e1dc41c7b1fb14d62ae0c716e1eb36b3

build:
noarch: python
number: 1
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
run_exports:
- {{ pin_subpackage("amplicon_coverage_plot", max_pin="x.x") }}
Expand Down

0 comments on commit 770a1a5

Please sign in to comment.