guix-commits
[Top][All Lists]
Advanced

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

29/36: gnu: r-yaml: Update to 2.2.2.


From: guix-commits
Subject: 29/36: gnu: r-yaml: Update to 2.2.2.
Date: Tue, 1 Feb 2022 13:36:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 01f8f121b8a7545156d9af8bfb31aad1e85f8ae9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 1 17:01:34 2022 +0100

    gnu: r-yaml: Update to 2.2.2.
    
    * gnu/packages/statistics.scm (r-yaml): Update to 2.2.2.
---
 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 e0d2326e95..bc09b950a4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1510,13 +1510,13 @@ syntax that can be converted to XHTML or other 
formats.")
 (define-public r-yaml
   (package
     (name "r-yaml")
-    (version "2.2.1")
+    (version "2.2.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "yaml" version))
               (sha256
                (base32
-                "10r7g26x73am45niigm3k466030nymnr3v3fjljafzrr5aybf58i"))))
+                "0c7pk5fq79mkqpc398hg8zj01frv4araglyppli49sqr4yx6mp55"))))
     (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]