guix-commits
[Top][All Lists]
Advanced

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

248/353: gnu: r-bigmelon: Update to 1.20.0.


From: guix-commits
Subject: 248/353: gnu: r-bigmelon: Update to 1.20.0.
Date: Thu, 4 Nov 2021 18:15:00 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit a6d74a526168ae109c8ca57b0df3d1836f88d079
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:35 2021 +0000

    gnu: r-bigmelon: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.20.0.
    [propagated-inputs]: Add r-illuminaio.
---
 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 c855b7c..d756574 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10645,14 +10645,14 @@ with multiple R processes supported by the package 
@code{parallel}.")
 (define-public r-bigmelon
   (package
     (name "r-bigmelon")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bigmelon" version))
        (sha256
         (base32
-         "061f0hc4m4nvdr6298pg3inpx1z2bpsm9nlxqs3v7n58q15xyzri"))))
+         "0ksbmybi8wsg515b4k9ij1xqqk9i90pyap2wq5w3c49qgc0pqali"))))
     (properties `((upstream-name . "bigmelon")))
     (build-system r-build-system)
     (propagated-inputs
@@ -10660,6 +10660,7 @@ with multiple R processes supported by the package 
@code{parallel}.")
        ("r-biocgenerics" ,r-biocgenerics)
        ("r-gdsfmt" ,r-gdsfmt)
        ("r-geoquery" ,r-geoquery)
+       ("r-illuminaio" ,r-illuminaio)
        ("r-methylumi" ,r-methylumi)
        ("r-minfi" ,r-minfi)
        ("r-watermelon" ,r-watermelon)))



reply via email to

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