Skip to content

Commit

Permalink
Update cutadapt to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored and Autobump committed Dec 13, 2024
1 parent 9602aef commit 6b0bd5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/cutadapt/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "4.9" %}
{% set version = "5.0" %}

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

source:
url: https://files.pythonhosted.org/packages/cb/15/85799e7fa1dfb86b8f79f8f98902b28003a054c46447a0580f21e535dbf3/cutadapt-4.9.tar.gz
sha256: da3b45775b07334d2e2580a7b154d19ea7e872f0da813bb1ac2a4da712bfc223
url: https://files.pythonhosted.org/packages/98/f6/2d31ea171c271010cd34c8a3af696b7f9e945dda37de02b8dfc4b4a9531e/cutadapt-5.0.tar.gz
sha256: cd66872b6635c068cf223f72fb0cc93b2454088a3e807a550bb36f717d25ae29

build:
number: 2
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
skip: True # [py < 38]
run_exports:
Expand Down

0 comments on commit 6b0bd5c

Please sign in to comment.