guix-commits
[Top][All Lists]
Advanced

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

18/145: gnu: r-psych: Update to 2.2.3.


From: guix-commits
Subject: 18/145: gnu: r-psych: Update to 2.2.3.
Date: Tue, 12 Apr 2022 03:36:34 -0400 (EDT)

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

commit bf03c7f207d38b41f5aa32e8502b03590fc706ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:06 2022 +0200

    gnu: r-psych: Update to 2.2.3.
    
    * gnu/packages/cran.scm (r-psych): Update to 2.2.3.
---
 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 d6484a4904..1b98b7ab03 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5212,14 +5212,14 @@ problems as well as resampling based estimators of 
prediction error.")
 (define-public r-psych
   (package
     (name "r-psych")
-    (version "2.1.9")
+    (version "2.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "psych" version))
        (sha256
         (base32
-         "032h33i2qlwsw2iq82nri5y8hs7d593w40aghcvnibpi2wxf0x8l"))))
+         "0fi7gcaxcb1mdyfpgjm03sxz3qgp1s0hnrgx8pyswni5skb903pn"))))
     (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]