mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: r-heatplus: Update to 3.10.0.
* gnu/packages/bioconductor.scm (r-heatplus): Update to 3.10.0. Change-Id: I753528f67b5b7e3640a6e59caac755fcd755b5c5
This commit is contained in:
parent
c3d0f015cf
commit
aa61c81823
1 changed files with 2 additions and 2 deletions
|
@ -14607,14 +14607,14 @@ (define-public r-varianttools
|
||||||
(define-public r-heatplus
|
(define-public r-heatplus
|
||||||
(package
|
(package
|
||||||
(name "r-heatplus")
|
(name "r-heatplus")
|
||||||
(version "3.8.0")
|
(version "3.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Heatplus" version))
|
(uri (bioconductor-uri "Heatplus" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"031f25w960jp5nhd78v3iv6pib266cpbawhi9rrd7csw89vnswfx"))))
|
"1vs7x4dc2vrfi2wi300bjr2hl1wwp4v27sgzycr6qv6x2nx9i5xq"))))
|
||||||
(properties `((upstream-name . "Heatplus")))
|
(properties `((upstream-name . "Heatplus")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue