gnu: r-yaml: Update to 2.2.0.

* gnu/packages/statistics.scm (r-yaml): Update to 2.2.0.
This commit is contained in:
Ricardo Wurmus 2018-09-05 14:53:49 +02:00
parent 2a96a093ec
commit 3299bc1c5e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1354,13 +1354,13 @@ syntax that can be converted to XHTML or other formats.")
(define-public r-yaml (define-public r-yaml
(package (package
(name "r-yaml") (name "r-yaml")
(version "2.1.19") (version "2.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "yaml" version)) (uri (cran-uri "yaml" version))
(sha256 (sha256
(base32 (base32
"04bzrnfgbpk0rhkvzwp3k3ip7jpq26bjxz71bx5mwxmcjdb07nz5")))) "0in562nd0i23cg91a8kdbqgim656fgscykwi0icsnq53xj3srg2m"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/yaml/") (home-page "https://cran.r-project.org/web/packages/yaml/")
(synopsis "Methods to convert R data to YAML and back") (synopsis "Methods to convert R data to YAML and back")