r-boot: Update version to 1.3-20 (#5615)

This commit is contained in:
lingnanyuan 2017-10-05 11:20:45 -05:00 committed by Christoph Junghans
parent fe551a4d9a
commit 4a1351c546

View file

@ -32,5 +32,7 @@ class RBoot(RPackage):
homepage = "https://cran.r-project.org/package=boot" homepage = "https://cran.r-project.org/package=boot"
url = "https://cran.r-project.org/src/contrib/boot_1.3-18.tar.gz" url = "https://cran.r-project.org/src/contrib/boot_1.3-18.tar.gz"
list_url = homepage
version('1.3-20', 'bb879fb4204a4f94ab82c98dd1ad5eca')
version('1.3-18', '711dd58af14e1027eb8377d9202e9b6f') version('1.3-18', '711dd58af14e1027eb8377d9202e9b6f')