r-tibble: update version. (#5439)
* pr-quantities: add version & py-numpy conflict (#5307) * r-tibble: Update version to 1.3.4
This commit is contained in:
parent
c6a3f4cf9b
commit
9fdcc147a7
@ -29,9 +29,10 @@ class RTibble(RPackage):
|
||||
"""Provides a 'tbl_df' class that offers better checking and printing
|
||||
capabilities than traditional data frames."""
|
||||
|
||||
homepage = "https://github.com/hadley/tibble"
|
||||
url = "https://cran.r-project.org/src/contrib/tibble_1.2.tar.gz"
|
||||
|
||||
homepage = "https://github.com/tidyverse/tibble"
|
||||
url = "https://cran.rstudio.com/src/contrib/tibble_1.3.4.tar.gz"
|
||||
list_url = homepage
|
||||
version('1.3.4', '298e81546f999fb0968625698511b8d3')
|
||||
version('1.2', 'bdbc3d67aa16860741add6d6ec20ea13')
|
||||
version('1.1', '2fe9f806109d0b7fadafb1ffafea4cb8')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user