mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-genie3: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-genie3): Update to 1.12.0.
This commit is contained in:
parent
7954fe16a0
commit
5d1bd61137
1 changed files with 2 additions and 2 deletions
|
@ -6688,14 +6688,14 @@ (define-public r-cistopic
|
|||
(define-public r-genie3
|
||||
(package
|
||||
(name "r-genie3")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GENIE3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bsm0gxracsyg1wnaw3whvskghfpbgbm9navr8wdmxj2hjp3dqs7"))))
|
||||
"1z7qkv0cgdx2plhc7xdz6s7vwdjhzcdadi35wg3fl6xpids5njf5"))))
|
||||
(properties `((upstream-name . "GENIE3")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-reshape2" ,r-reshape2)))
|
||||
|
|
Loading…
Reference in a new issue