guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

64/81: gnu: r-yaml: Update to 2.3.8.


From: guix-commits
Subject: 64/81: gnu: r-yaml: Update to 2.3.8.
Date: Mon, 1 Jan 2024 08:55:18 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 373c9b4efc6df86f047c7f7c78672395cd0f8ab5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:42 2023 +0100

    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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]