Skip to content

Commit

Permalink
Artic porechop fix (#21274)
Browse files Browse the repository at this point in the history
* Revert artic-porechop

* [lint skip build_number_needs_bump for recipes/artic-porechop]
  • Loading branch information
druvus authored Apr 3, 2020
1 parent 2e192a5 commit 38269a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/artic-porechop/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "artic-porechop" %}
{% set version = "3.2pre1" %}
{% set sha256 = "c5f35fd46f49e7325ef189b0428686c9e3d042ffe7c0bc21c51e1ef78a04bf1b" %}
{% set version = "0.3.2pre" %}
{% set sha256 = "85980d6f37d38a44c66182e7b39bad487211ccfd8cb820c866ceed7ef7a15523" %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +12,7 @@ source:

build:
number: 0
skip: True # [py27]
skip: True # [py27]
entry_points:
- porechop = porechop.porechop:main

Expand Down

0 comments on commit 38269a4

Please sign in to comment.