guix-commits
[Top][All Lists]
Advanced

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

16/119: gnu: r-systempiper: Update to 1.26.3.


From: guix-commits
Subject: 16/119: gnu: r-systempiper: Update to 1.26.3.
Date: Sat, 10 Jul 2021 16:31:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9496f34e233ff94b8fb131710b8da6789ac9011d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:09 2021 +0200

    gnu: r-systempiper: Update to 1.26.3.
    
    * gnu/packages/bioconductor.scm (r-systempiper): Update to 1.26.3.
    [propagated-inputs]: Add r-crayon and r-s4vectors.
---
 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 5f88117..efa5c58 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4319,14 +4319,14 @@ unmodeled, or latent sources of noise.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "1.26.2")
+    (version "1.26.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "1apqi5ih06s37v7wpp13ybksiinrwj0ii6mx6vvvfkb6ix0wljws"))))
+         "01l35l5zj87qkarrbal9la6kshk3j7k8hy3iimv3gdnnz4axmvs7"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs
@@ -4334,6 +4334,7 @@ unmodeled, or latent sources of noise.")
        ("r-assertthat" ,r-assertthat)
        ("r-batchtools" ,r-batchtools)
        ("r-biostrings" ,r-biostrings)
+       ("r-crayon" ,r-crayon)
        ("r-deseq2" ,r-deseq2)
        ("r-dot" ,r-dot)
        ("r-edger" ,r-edger)
@@ -4349,6 +4350,7 @@ unmodeled, or latent sources of noise.")
        ("r-rjson" ,r-rjson)
        ("r-rsamtools" ,r-rsamtools)
        ("r-rsvg" ,r-rsvg)
+       ("r-s4vectors" ,r-s4vectors)
        ("r-shortread" ,r-shortread)
        ("r-stringr" ,r-stringr)
        ("r-summarizedexperiment" ,r-summarizedexperiment)



reply via email to

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