r-yaml: Correct url (#5550)

* pr-quantities: add version & py-numpy conflict (#5307)

* r-yaml: Correct url.
This commit is contained in:
lingnanyuan 2017-09-29 17:05:55 -05:00 committed by Christoph Junghans
parent 7c87cb1ad1
commit 17b8f6b818

View file

@ -31,5 +31,5 @@ class RYaml(RPackage):
homepage = "https://cran.r-project.org/web/packages/yaml/index.html" homepage = "https://cran.r-project.org/web/packages/yaml/index.html"
url = "https://cran.r-project.org/src/contrib/yaml_2.1.13.tar.gz" url = "https://cran.r-project.org/src/contrib/yaml_2.1.13.tar.gz"
list_url = homepage
version('2.1.13', 'f2203ea395adaff6bd09134666191d9a') version('2.1.13', 'f2203ea395adaff6bd09134666191d9a')