Skip to content

Commit

Permalink
[ci skip] Merge PR 29120
Browse files Browse the repository at this point in the history
Merge PR bioconda#29120, commits were: 
 * Update dependencies
 * Update r-basejump to 0.14.19
  • Loading branch information
BiocondaBot authored Jun 21, 2021
1 parent 92cc45f commit ce1d959
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions recipes/r-basejump/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.14.18" %}
{% set version = "0.14.19" %}
{% set github = "https://github.com/acidgenomics/r-basejump" %}

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

source:
url: "{{ github }}/archive/v{{ version }}.tar.gz"
sha256: 05010ff95ab1c7e8bcb8d8ecc2dd73260c74dadd37741d40ee8282602e21a15a
sha256: f2d42e5ecf944716d8d450b98fee40998b2625d91e2c0f565bf3f51f719bc4c8

build:
number: 0
Expand All @@ -21,31 +21,31 @@ requirements:
# Depends:
- r-base >=4.0
# Imports:
- r-acidbase >=0.3.13
- r-acidcli >=0.1.0
- r-acidexperiment >=0.1.10
- r-acidgenerics >=0.5.17
- r-acidgenomes >=0.2.12
- r-acidbase >=0.3.14
- r-acidcli >=0.1.1
- r-acidexperiment >=0.1.12
- r-acidgenerics >=0.5.18
- r-acidgenomes >=0.2.14
- r-acidmarkdown >=0.1.1
- r-acidplyr >=0.1.18
- r-acidplyr >=0.1.20
- r-acidsinglecell >=0.1.7
- r-pipette >=0.5.15
- r-stringr >=1.4
- r-pipette >=0.6.2
- r-stringr >=1.4.0
- r-syntactic >=0.4.5
run:
# Depends:
- r-base >=4.0
# Imports:
- r-acidbase >=0.3.13
- r-acidcli >=0.1.0
- r-acidexperiment >=0.1.10
- r-acidgenerics >=0.5.17
- r-acidgenomes >=0.2.12
- r-acidbase >=0.3.14
- r-acidcli >=0.1.1
- r-acidexperiment >=0.1.12
- r-acidgenerics >=0.5.18
- r-acidgenomes >=0.2.14
- r-acidmarkdown >=0.1.1
- r-acidplyr >=0.1.18
- r-acidplyr >=0.1.20
- r-acidsinglecell >=0.1.7
- r-pipette >=0.5.15
- r-stringr >=1.4
- r-pipette >=0.6.2
- r-stringr >=1.4.0
- r-syntactic >=0.4.5

test:
Expand Down

0 comments on commit ce1d959

Please sign in to comment.