r-memoise: update version. (#5440)
* pr-quantities: add version & py-numpy conflict (#5307) * r-memoise: Update version to 1.1.0
This commit is contained in:
parent
9fdcc147a7
commit
8e2351f96c
1 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,9 @@ class RMemoise(RPackage):
|
|||
same arguments it returns the pre-computed value."""
|
||||
|
||||
homepage = "https://github.com/hadley/memoise"
|
||||
url = "https://cran.r-project.org/src/contrib/memoise_1.0.0.tar.gz"
|
||||
|
||||
url = "https://cran.rstudio.com/src/contrib/memoise_1.1.0.tar.gz"
|
||||
list_url = homepage
|
||||
version('1.1.0', '493209ee04673f0fcab473c3dd80fb8c')
|
||||
version('1.0.0', 'd31145292e2a88ae9a504cab1602e4ac')
|
||||
|
||||
depends_on('r-digest', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue