Skip to content

Commit

Permalink
Update atlas-fastq-provider to 0.4.7 (bioconda#43978)
Browse files Browse the repository at this point in the history
* Update atlas-fastq-provider to 0.4.7

* fix atlas-fastq-provider

* "x.x"  as version starts with a 0

---------

Co-authored-by: Jonathan Manning <[email protected]>
Co-authored-by: Pedro Madrigal <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 8c24c2b commit 4bd9397
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/atlas-fastq-provider/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{% set version = "0.4.6" %}
{% set version = "0.4.7" %}

package:
name: atlas-fastq-provider
version: {{ version }}

source:
url: https://github.com/ebi-gene-expression-group/atlas-fastq-provider/archive/v{{ version }}.tar.gz
sha256: e3c9c7dbbf9447576167ba5d24911b6e794184fd16ec1c80ecc38f8e0bb766a6
sha256: 578d1b69a7582fa47073ba4ad7b3bf98df4aceea6fe96a25bb38674a1d362f33

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage("atlas-fastq-provider", max_pin="x.x") }}

requirements:
build:
Expand Down

0 comments on commit 4bd9397

Please sign in to comment.