Skip to content

Commit

Permalink
Update r-wormbase to 0.5.0 (bioconda#43323)
Browse files Browse the repository at this point in the history
* Update r-wormbase to 0.5.0

* Update dependencies

---------

Co-authored-by: Michael Steinbaugh <[email protected]>
  • Loading branch information
BiocondaBot and mjsteinbaugh authored Oct 11, 2023
1 parent 5fa7a7d commit 299decc
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions recipes/r-wormbase/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.4.2" %}
{% set version = "0.5.0" %}
{% set github = "https://github.com/acidgenomics/r-wormbase" %}

package:
Expand All @@ -7,14 +7,13 @@ package:

source:
url: "{{ github }}/archive/v{{ version }}.tar.gz"
sha256: 082899e136e6f58ef3d184ff2b8faf2bc7594788a7aec6ea3cb80cca1f9fe9f0
sha256: dce59a925b8fa24c4de87747e303333eb0a9f79a0f0dde130d8f242cb17809a7

build:
number: 0
noarch: generic
rpaths:
- lib/R/lib/
- lib/
run_exports:
- {{ pin_subpackage('r-wormbase', max_pin="x.x") }}

requirements:
host:
Expand All @@ -24,29 +23,31 @@ requirements:
- bioconductor-biocgenerics >=0.46.0
- bioconductor-iranges >=2.34.0
- bioconductor-s4vectors >=0.38.0
- r-acidbase >=0.6.18
- r-acidbase >=0.7.0
- r-acidcli >=0.2.8
- r-acidgenerics >=0.6.7
- r-acidplyr >=0.3.11
- r-goalie >=0.6.14
- r-pipette >=0.11.1
- r-stringi >=1.7.12
- r-syntactic >=0.6.6
- r-acidgenerics >=0.6.13
- r-acidplyr >=0.4.3
- r-goalie >=0.7.0
- r-pipette >=0.14.0
- r-syntactic >=0.6.7
# Suggests:
- r-httr2 >=0.2.3
run:
# Depends:
- r-base
# Imports:
- bioconductor-biocgenerics >=0.46.0
- bioconductor-iranges >=2.34.0
- bioconductor-s4vectors >=0.38.0
- r-acidbase >=0.6.18
- r-acidbase >=0.7.0
- r-acidcli >=0.2.8
- r-acidgenerics >=0.6.7
- r-acidplyr >=0.3.11
- r-goalie >=0.6.14
- r-pipette >=0.11.1
- r-stringi >=1.7.12
- r-syntactic >=0.6.6
- r-acidgenerics >=0.6.13
- r-acidplyr >=0.4.3
- r-goalie >=0.7.0
- r-pipette >=0.14.0
- r-syntactic >=0.6.7
# Suggests:
- r-httr2 >=0.2.3

test:
commands:
Expand Down

0 comments on commit 299decc

Please sign in to comment.