r-yaml: Correct url (#5550)
* pr-quantities: add version & py-numpy conflict (#5307) * r-yaml: Correct url.
This commit is contained in:
parent
7c87cb1ad1
commit
17b8f6b818
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue