mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-heatplus: Update to 3.2.0.
* gnu/packages/bioconductor.scm (r-heatplus): Update to 3.2.0.
This commit is contained in:
parent
a2b346ab13
commit
75f1085c2f
1 changed files with 2 additions and 2 deletions
|
@ -7247,14 +7247,14 @@ (define-public r-varianttools
|
|||
(define-public r-heatplus
|
||||
(package
|
||||
(name "r-heatplus")
|
||||
(version "3.0.0")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Heatplus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xwg3sxmihg3p6v3nxgrqy0nrqxi6razg3b3rjh2gcb2vv8gcqng"))))
|
||||
"0yrnjrbfn8vjzvp2742lyxdqca4s18h73j44qxw7ib95x3p4lndf"))))
|
||||
(properties `((upstream-name . "Heatplus")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue