mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-conos: Update to 1.5.1.
* gnu/packages/bioconductor.scm (r-conos): Update to 1.5.1. Change-Id: If05dea04f6abb3c78504ab46aa052aeb288a7c8c
This commit is contained in:
parent
ee805f86fe
commit
6064758fdf
1 changed files with 2 additions and 2 deletions
|
@ -7211,13 +7211,13 @@ (define-public r-complexheatmap
|
|||
(define-public r-conos
|
||||
(package
|
||||
(name "r-conos")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "conos" version))
|
||||
(sha256
|
||||
(base32 "1wdhb3jxh4id6xaghawzip8s264g9jxp4i5xy7jfhi67yfxszx6w"))))
|
||||
(base32 "01d2knwyf0g2pvqq3dy5vhf0i7mc5f7rzg3a7cbglsw3l9irsixv"))))
|
||||
(properties `((upstream-name . "conos")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue