mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-msigdb: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-msigdb): Update to 1.10.0. Change-Id: I32ad805ff92e7084eb682c239037978f183c323e
This commit is contained in:
parent
88beafd5dc
commit
1deaa74a6f
1 changed files with 2 additions and 2 deletions
|
@ -2234,14 +2234,14 @@ (define-public r-msexperiment
|
|||
(define-public r-msigdb
|
||||
(package
|
||||
(name "r-msigdb")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "msigdb" version
|
||||
'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1kgsqg1d5r852qas09g6fs0pcmk6jgbb6g983v6iqw19qsiy6jby"))))
|
||||
"1fzgq31n059zhlkny3rfwfnriz81q9brk14r5yx2zhizlv8jcais"))))
|
||||
(properties `((upstream-name . "msigdb")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi
|
||||
|
|
Loading…
Reference in a new issue