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.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:09 +02:00
parent ea52ad7d4f
commit 9496f34e23
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4319,14 +4319,14 @@ (define-public r-sva
(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 @@ (define-public r-systempiper
("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 @@ (define-public r-systempiper
("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)