guix-commits
[Top][All Lists]
Advanced

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

30/214: gnu: r-psych: Update to 2.2.5.


From: guix-commits
Subject: 30/214: gnu: r-psych: Update to 2.2.5.
Date: Sat, 28 May 2022 04:37:13 -0400 (EDT)

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

commit dd91eb6e3d8e6d0fc420616780190175b62be4d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:16 2022 +0200

    gnu: r-psych: Update to 2.2.5.
    
    * gnu/packages/cran.scm (r-psych): Update to 2.2.5.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0500315ecf..0fedb50600 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5378,14 +5378,14 @@ problems as well as resampling based estimators of 
prediction error.")
 (define-public r-psych
   (package
     (name "r-psych")
-    (version "2.2.3")
+    (version "2.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "psych" version))
        (sha256
         (base32
-         "0fi7gcaxcb1mdyfpgjm03sxz3qgp1s0hnrgx8pyswni5skb903pn"))))
+         "08f3byqwabgkqcxwpjbsxdcjkdg012iraqinw0fzskfl1srzkhyw"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice r-mnormt r-nlme))



reply via email to

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