gnu: r-summarizedexperiment: Update to 1.14.1.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.14.1.
This commit is contained in:
parent
2ebd2b440d
commit
6f8760d9f8
|
@ -7819,13 +7819,13 @@ array-like objects like @code{DataFrame} objects (typically with Rle columns),
|
||||||
(define-public r-summarizedexperiment
|
(define-public r-summarizedexperiment
|
||||||
(package
|
(package
|
||||||
(name "r-summarizedexperiment")
|
(name "r-summarizedexperiment")
|
||||||
(version "1.14.0")
|
(version "1.14.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SummarizedExperiment" version))
|
(uri (bioconductor-uri "SummarizedExperiment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ypk63pdml89y81pr41i2zq0fimsaxsa5lgpg6xs5cwikyaq0pci"))))
|
"0bhwgzrdipr0qjzc4j0qspqprx3v1rvshmx4j6506dv43pqlgp3f"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SummarizedExperiment")))
|
`((upstream-name . "SummarizedExperiment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue