guix-commits
[Top][All Lists]
Advanced

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

41/174: gnu: r-psych: Update to 2.3.6.


From: guix-commits
Subject: 41/174: gnu: r-psych: Update to 2.3.6.
Date: Wed, 12 Jul 2023 08:31:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 40fb5a1f4cedf5dbf221334fb4b18bb31dcf540e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:22 2023 +0200

    gnu: r-psych: Update to 2.3.6.
    
    * gnu/packages/cran.scm (r-psych): Update to 2.3.6.
---
 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 ecb6e7d1e0..68e37b331a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7678,14 +7678,14 @@ problems as well as resampling based estimators of 
prediction error.")
 (define-public r-psych
   (package
     (name "r-psych")
-    (version "2.3.3")
+    (version "2.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "psych" version))
        (sha256
         (base32
-         "0vzvdrajkd2z4bqfr1lzh2z1vqb8h3mqk6vha8vmfhw2kz1z7acl"))))
+         "1z5h2hs56fw54dsvpi3sl463l31yn0qjvk779wdb7w175gwmr6db"))))
     (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]