r-scales: Update url. (#5921)

This commit is contained in:
lingnanyuan 2017-10-25 04:16:00 -05:00 committed by Todd Gamblin
parent 3216daa905
commit 05997460f6

View File

@ -30,7 +30,8 @@ class RScales(RPackage):
automatically determining breaks and labels for axes and legends.""" automatically determining breaks and labels for axes and legends."""
homepage = "https://github.com/hadley/scales" homepage = "https://github.com/hadley/scales"
url = "https://cran.r-project.org/src/contrib/scales_0.4.1.tar.gz" url = "https://cran.r-project.org/src/contrib/scales_0.5.0.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/scales"
version('0.4.1', '3fb2218866a7fe4c1f6e66790876f85a') version('0.4.1', '3fb2218866a7fe4c1f6e66790876f85a')
version('0.4.0', '7b5602d9c55595901192248bca25c099') version('0.4.0', '7b5602d9c55595901192248bca25c099')