mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-enrichedheatmap: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-enrichedheatmap): Update to 1.32.0. Change-Id: I9fb9f51ff7c386d0beaec6c1e5384b48c7a9a4ad
This commit is contained in:
parent
9dcb82f7e7
commit
109a63f7b8
1 changed files with 2 additions and 2 deletions
|
@ -14850,13 +14850,13 @@ (define-public r-dose
|
|||
(define-public r-enrichedheatmap
|
||||
(package
|
||||
(name "r-enrichedheatmap")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "EnrichedHeatmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18p2vjcg76rrjzjl03zgm4yxrgllbd42hg8rvsdbfb0s7brzr7ya"))))
|
||||
"0j87x26qimsx4gi311bm1g9bldwq9r4z3aflxf8p91zlavjbv8zp"))))
|
||||
(properties `((upstream-name . "EnrichedHeatmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-circlize
|
||||
|
|
Loading…
Reference in a new issue