Skip to content

Commit

Permalink
Update umi_tools to 1.1.3 (#39681)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Mar 1, 2023
1 parent bfc74be commit 8350ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/umi_tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "umi_tools" %}
{% set version = "1.1.2" %}
{% set sha256hash = "92cfa2531ee55e1700d878bd4158bd9c69e3042e03312fde5c3ffbee86f4ddea" %}
{% set version = "1.1.3" %}
{% set sha256hash = "771c1dd13691e60ca3408864189103b30d6839cb62128047c2631365cbb44d8e" %}

package:
name: {{ name }}
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256hash }}

build:
number: 1
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
skip: True # [py27 or py == 39]
entry_points:
Expand Down

0 comments on commit 8350ba7

Please sign in to comment.