Skip to content

Commit

Permalink
Update bcbio-gff to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored and Autobump committed Mar 13, 2023
1 parent ba306f3 commit 1f052f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/bcbio-gff/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "bcbio-gff" %}
{% set version = "0.6.9" %}
{% set version = "0.7.0" %}

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

source:
url: https://pypi.io/packages/source/b/{{ name|lower }}/{{ name }}-{{ version }}.tar.gz
sha256: 34dfa970e14f4533dc63c0a5512b7b5221e4a06449e6aaa344162ed5fdd7a1de
sha256: f7b3922ee274106f8716703f41f05a1795aa9d73e903f4e481995ed8f5f65d2d

build:
number: 1
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

Expand Down

0 comments on commit 1f052f3

Please sign in to comment.