guix-commits
[Top][All Lists]
Advanced

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

154/296: gnu: r-mast: Update to 1.14.0.


From: guix-commits
Subject: 154/296: gnu: r-mast: Update to 1.14.0.
Date: Fri, 12 Jun 2020 19:30:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 97cba97aa14adb63f1479cabc127ddfc5b3a50ba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:30:21 2020 +0200

    gnu: r-mast: Update to 1.14.0.
    
    * gnu/packages/bioconductor.scm (r-mast): Update to 1.14.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index aa83e0c..66865ff 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2837,14 +2837,14 @@ interactive exploration of results.")
 (define-public r-mast
   (package
     (name "r-mast")
-    (version "1.12.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "MAST" version))
        (sha256
         (base32
-         "1l78rrwkzyswpj6pgc9z8290fqrk4akba76invkkazpyh91r8gga"))))
+         "12d0q2fbq9d5jgyccmfv0cghv282s0j86wjfbnjpdf73fdrp6brr"))))
     (properties `((upstream-name . "MAST")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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