guix-commits
[Top][All Lists]
Advanced

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

58/61: gnu: r-mlinterfaces: Update to 1.66.2.


From: guix-commits
Subject: 58/61: gnu: r-mlinterfaces: Update to 1.66.2.
Date: Thu, 16 Jan 2020 00:53:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 516fa945b3884fe66e5854c64f4560fc5b6236be
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 06:10:22 2020 +0100

    gnu: r-mlinterfaces: Update to 1.66.2.
    
    * gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.66.2.
    [propagated-inputs]: Remove r-rda.
---
 gnu/packages/bioconductor.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8a33aed..ac0236a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3493,14 +3493,14 @@ profiles (GO and KEGG) of gene and gene clusters.")
 (define-public r-mlinterfaces
   (package
     (name "r-mlinterfaces")
-    (version "1.66.0")
+    (version "1.66.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "MLInterfaces" version))
        (sha256
         (base32
-         "1vnzqd3y3jk1wgxybckzrcgwk0ly7zgcz5ki1ib0bk1jwv6xk5x8"))))
+         "1wc280iw9vllg6f58vsdj895yaqs8w42kl7jk8sgii009gwlaj8d"))))
     (properties `((upstream-name . "MLInterfaces")))
     (build-system r-build-system)
     (propagated-inputs
@@ -3518,7 +3518,6 @@ profiles (GO and KEGG) of gene and gene clusters.")
        ("r-mlbench" ,r-mlbench)
        ("r-pls" ,r-pls)
        ("r-rcolorbrewer" ,r-rcolorbrewer)
-       ("r-rda" ,r-rda)
        ("r-rpart" ,r-rpart)
        ("r-sfsmisc" ,r-sfsmisc)
        ("r-shiny" ,r-shiny)



reply via email to

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