guix-commits
[Top][All Lists]
Advanced

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

148/215: gnu: r-mast: Update to 1.10.0.


From: guix-commits
Subject: 148/215: gnu: r-mast: Update to 1.10.0.
Date: Sun, 5 May 2019 18:15:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a0ff725d6ae07098feddd00c3f4fe93466d32781
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:59:42 2019 +0200

    gnu: r-mast: Update to 1.10.0.
    
    * gnu/packages/bioconductor.scm (r-mast): Update to 1.10.0.
    [propagated-inputs]: Add r-blme.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ce83b74..a15dcfb 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2118,18 +2118,19 @@ interactive exploration of results.")
 (define-public r-mast
   (package
     (name "r-mast")
-    (version "1.8.2")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "MAST" version))
        (sha256
         (base32
-         "0rhx655dza0m6yg9jcfz2nmxqahvxx2l91kqgyp7qai0bzz9d9ix"))))
+         "0f2qkp346095k9m45frpd3bivrvaps9wlm0m3n0z8j0aj7w1kqlx"))))
     (properties `((upstream-name . "MAST")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-abind" ,r-abind)
+       ("r-blme" ,r-blme)
        ("r-biobase" ,r-biobase)
        ("r-biocgenerics" ,r-biocgenerics)
        ("r-data-table" ,r-data-table)



reply via email to

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