gnu: r-systempiper: Update to 1.26.2.
* gnu/packages/bioconductor.scm (r-systempiper): Update to 1.26.2. [propagated-inputs]: Add r-testthat.
This commit is contained in:
parent
81c55df9a8
commit
7728c5909f
1 changed files with 3 additions and 2 deletions
|
@ -4318,14 +4318,14 @@ unmodeled, or latent sources of noise.")
|
||||||
(define-public r-systempiper
|
(define-public r-systempiper
|
||||||
(package
|
(package
|
||||||
(name "r-systempiper")
|
(name "r-systempiper")
|
||||||
(version "1.24.6")
|
(version "1.26.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "systemPipeR" version))
|
(uri (bioconductor-uri "systemPipeR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05qnn105gm423fka4kb84vpgzjmz1py6mxpfa2agwwmc5v012qbp"))))
|
"1apqi5ih06s37v7wpp13ybksiinrwj0ii6mx6vvvfkb6ix0wljws"))))
|
||||||
(properties `((upstream-name . "systemPipeR")))
|
(properties `((upstream-name . "systemPipeR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -4351,6 +4351,7 @@ unmodeled, or latent sources of noise.")
|
||||||
("r-shortread" ,r-shortread)
|
("r-shortread" ,r-shortread)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)
|
("r-summarizedexperiment" ,r-summarizedexperiment)
|
||||||
|
("r-testthat" ,r-testthat)
|
||||||
("r-yaml" ,r-yaml)
|
("r-yaml" ,r-yaml)
|
||||||
("r-variantannotation" ,r-variantannotation)))
|
("r-variantannotation" ,r-variantannotation)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue