guix-commits
[Top][All Lists]
Advanced

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

12/23: gnu: r-psych: Update to 1.9.12.


From: guix-commits
Subject: 12/23: gnu: r-psych: Update to 1.9.12.
Date: Fri, 20 Dec 2019 16:04:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 571f4689f92c4b4402b4dff843d09059208c4ad2
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 20 21:04:20 2019 +0100

    gnu: r-psych: Update to 1.9.12.
    
    * gnu/packages/cran.scm (r-psych): Update to 1.9.12.
---
 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 4430972..ed01721 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3014,14 +3014,14 @@ problems as well as resampling based estimators of 
prediction error.")
 (define-public r-psych
   (package
     (name "r-psych")
-    (version "1.8.12")
+    (version "1.9.12")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "psych" version))
        (sha256
         (base32
-         "0hvp0dkkkn0szaf5rkirr3kb8qmr4bxwl775m5wmpvn1kc25w5vf"))))
+         "13r7fyjsl93m121awnwfhya8a0lw0l2byn60yqdbf9gp3lmb9ny0"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-foreign" ,r-foreign)



reply via email to

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