mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-heatplus: Update to 3.12.0.
* gnu/packages/bioconductor.scm (r-heatplus): Update to 3.12.0. Change-Id: Ib77fe8736bcd1a2e893de81afe77b66fd9a6d730
This commit is contained in:
parent
db03970daf
commit
f8ac2124cb
1 changed files with 2 additions and 2 deletions
|
@ -16012,14 +16012,14 @@ (define-public r-varianttools
|
|||
(define-public r-heatplus
|
||||
(package
|
||||
(name "r-heatplus")
|
||||
(version "3.10.0")
|
||||
(version "3.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Heatplus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vs7x4dc2vrfi2wi300bjr2hl1wwp4v27sgzycr6qv6x2nx9i5xq"))))
|
||||
"1pc63hk0smcflq4903hvs4pp8r0kzlx08j0m1kxlh14cxwppamyb"))))
|
||||
(properties `((upstream-name . "Heatplus")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue