guix-commits
[Top][All Lists]
Advanced

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

24/61: gnu: r-psych: Update to 1.9.12.31.


From: guix-commits
Subject: 24/61: gnu: r-psych: Update to 1.9.12.31.
Date: Thu, 16 Jan 2020 00:53:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5072462cb6e9f87120d0bbd5b6f5604e9e1a564b
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 05:41:03 2020 +0100

    gnu: r-psych: Update to 1.9.12.31.
    
    * gnu/packages/cran.scm (r-psych): Update to 1.9.12.31.
    [propagated-inputs]: Remove r-foreign.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a5f9dcf..87cd030 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3012,18 +3012,17 @@ problems as well as resampling based estimators of 
prediction error.")
 (define-public r-psych
   (package
     (name "r-psych")
-    (version "1.9.12")
+    (version "1.9.12.31")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "psych" version))
        (sha256
         (base32
-         "13r7fyjsl93m121awnwfhya8a0lw0l2byn60yqdbf9gp3lmb9ny0"))))
+         "02i9p6appf15hjdsi58g39bzs9as40f9qhy8m7ki30hd1fz1vrr5"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-foreign" ,r-foreign)
-       ("r-lattice" ,r-lattice)
+     `(("r-lattice" ,r-lattice)
        ("r-mnormt" ,r-mnormt)
        ("r-nlme" ,r-nlme)))
     (home-page "https://cran.r-project.org/web/packages/psych/";)



reply via email to

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