guix-commits
[Top][All Lists]
Advanced

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

152/296: gnu: r-ihw: Update to 1.16.0.


From: guix-commits
Subject: 152/296: gnu: r-ihw: Update to 1.16.0.
Date: Fri, 12 Jun 2020 19:30:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 359a084aa33a6d92230309f6f7f8d97ef2d703f5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:30:08 2020 +0200

    gnu: r-ihw: Update to 1.16.0.
    
    * gnu/packages/bioconductor.scm (r-ihw): Update to 1.16.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 861345e..a8d75d1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2769,14 +2769,14 @@ to install interface to SYMPHONY.")
 (define-public r-ihw
   (package
     (name "r-ihw")
-    (version "1.14.0")
+    (version "1.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "IHW" version))
        (sha256
         (base32
-         "0rnw7r9pylpj3a5graavcpiqv2v67rv2a4dlcynkf4ihpxs4bg8x"))))
+         "169ir0k1gygdh1wybwa0drdxnhrdrlyzzy0rkygi7jsirn69m74j"))))
     (properties `((upstream-name . "IHW")))
     (build-system r-build-system)
     (propagated-inputs
@@ -2784,6 +2784,8 @@ to install interface to SYMPHONY.")
        ("r-fdrtool" ,r-fdrtool)
        ("r-lpsymphony" ,r-lpsymphony)
        ("r-slam" ,r-slam)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/IHW";)
     (synopsis "Independent hypothesis weighting")
     (description



reply via email to

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