Archived
1
0
Fork 0

gnu: r-yaml: Update to 2.2.1.

* gnu/packages/statistics.scm (r-yaml): Update to 2.2.1.
This commit is contained in:
Ricardo Wurmus 2020-02-19 20:56:16 +01:00
parent ebbed19baf
commit 67c6d5d000
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1382,13 +1382,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.2.0") (version "2.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "yaml" version)) (uri (cran-uri "yaml" version))
(sha256 (sha256
(base32 (base32
"0in562nd0i23cg91a8kdbqgim656fgscykwi0icsnq53xj3srg2m")))) "10r7g26x73am45niigm3k466030nymnr3v3fjljafzrr5aybf58i"))))
(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")