3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-yaml: Update to 2.2.2.

* gnu/packages/statistics.scm (r-yaml): Update to 2.2.2.
This commit is contained in:
Ricardo Wurmus 2022-02-01 17:01:34 +01:00
parent 13497cdd01
commit 01f8f121b8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1510,13 +1510,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.1") (version "2.2.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "yaml" version)) (uri (cran-uri "yaml" version))
(sha256 (sha256
(base32 (base32
"10r7g26x73am45niigm3k466030nymnr3v3fjljafzrr5aybf58i")))) "0c7pk5fq79mkqpc398hg8zj01frv4araglyppli49sqr4yx6mp55"))))
(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")