From 373c9b4efc6df86f047c7f7c78672395cd0f8ab5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 28 Dec 2023 00:44:42 +0100 Subject: [PATCH] gnu: r-yaml: Update to 2.3.8. * gnu/packages/statistics.scm (r-yaml): Update to 2.3.8. Change-Id: I0b654db60d894e160c1ad8aa77000fc90ea649c3 --- gnu/packages/statistics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 32dc64c991..774d1e794d 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1560,13 +1560,13 @@ syntax that can be converted to XHTML or other formats.") (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")