guix-commits
[Top][All Lists]
Advanced

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

12/35: gnu: r-psych: Update to 2.4.3.


From: guix-commits
Subject: 12/35: gnu: r-psych: Update to 2.4.3.
Date: Tue, 19 Mar 2024 10:03:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6b1b84d4821ea59e37604a4c10ab322a141b8dc0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 19 14:43:23 2024 +0100

    gnu: r-psych: Update to 2.4.3.
    
    * gnu/packages/cran.scm (r-psych): Update to 2.4.3.
    
    Change-Id: Ib7e464f2e2ec9a6d6eb5768e9ac8160f403777df
---
 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 410db74eb4..f08da532ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8969,14 +8969,14 @@ problems as well as resampling based estimators of 
prediction error.")
 (define-public r-psych
   (package
     (name "r-psych")
-    (version "2.4.1")
+    (version "2.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "psych" version))
        (sha256
         (base32
-         "08ip2m91c6hinva18zv575cn6w14pnjc503m1gisrg65c3z3f69b"))))
+         "0ic479y314knn20m1cjlp15lji7f70xrg95ln570pgkhrk5853bi"))))
     (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]