me
/
guix
Archived
1
0
Fork 0

gnu: r-yaml: Update to 2.3.5.

* gnu/packages/statistics.scm (r-yaml): Update to 2.3.5.
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
1 changed files with 2 additions and 2 deletions

View File

@ -1519,13 +1519,13 @@ syntax that can be converted to XHTML or other formats.")
(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")