gnu: r-yaml: Update to 2.3.5.

* gnu/packages/statistics.scm (r-yaml): Update to 2.3.5.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:38 +01:00
parent 30567b23b5
commit cdf77791f1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1519,13 +1519,13 @@ (define-public r-markdown
(define-public r-yaml
(package
(name "r-yaml")
(version "2.2.2")
(version "2.3.5")
(source (origin
(method url-fetch)
(uri (cran-uri "yaml" version))
(sha256
(base32
"0c7pk5fq79mkqpc398hg8zj01frv4araglyppli49sqr4yx6mp55"))))
"0h2ixd95ww12ir13fdzbvjq4lsz6l8hmgv4bbsi89qd0ah2nrpry"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/yaml/")
(synopsis "Methods to convert R data to YAML and back")