guix-commits
[Top][All Lists]
Advanced

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

08/43: gnu: r-psych: Update to 2.0.8.


From: guix-commits
Subject: 08/43: gnu: r-psych: Update to 2.0.8.
Date: Mon, 14 Sep 2020 13:07:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dee6078a86d8f4cc0fec754f25e45491403af3ca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:01:56 2020 +0200

    gnu: r-psych: Update to 2.0.8.
    
    * gnu/packages/cran.scm (r-psych): Update to 2.0.8.
---
 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 e6625ea..9a2efa2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3525,14 +3525,14 @@ problems as well as resampling based estimators of 
prediction error.")
 (define-public r-psych
   (package
     (name "r-psych")
-    (version "2.0.7")
+    (version "2.0.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "psych" version))
        (sha256
         (base32
-         "13z26yk9nrgviyakkij3jc7mja8wy7al9ripab07mvy21kli79bc"))))
+         "0ymds7ql2dv994m73h68dnhbsws8bl09p2rqvl6xsq6c6xr0yryg"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)



reply via email to

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