gnu: r-yaml: Update to 2.3.8.

* gnu/packages/statistics.scm (r-yaml): Update to 2.3.8.

Change-Id: I0b654db60d894e160c1ad8aa77000fc90ea649c3
This commit is contained in:
Ricardo Wurmus 2023-12-28 00:44:42 +01:00
parent da28470890
commit 373c9b4efc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1560,13 +1560,13 @@ (define-public r-markdown
(define-public r-yaml
(package
(name "r-yaml")
(version "2.3.7")
(version "2.3.8")
(source (origin
(method url-fetch)
(uri (cran-uri "yaml" version))
(sha256
(base32
"1aw0cvaqw8a0d1r3cplj5kiabkcyz8fghcpi0ax8mi7rw0cv436j"))))
"1n1zlbnq3ldipnnm08whpvm8r21vxg4c9jzg7x7j3blw2pi7kl4y"))))
(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")