mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-ace: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-ace): Update to 1.22.0. Change-Id: I05b8a0c1b400f2789691358a96653abd91761b57
This commit is contained in:
parent
1d14455948
commit
7619b4b16c
1 changed files with 2 additions and 2 deletions
|
@ -20141,13 +20141,13 @@ (define-public r-universalmotif
|
|||
(define-public r-ace
|
||||
(package
|
||||
(name "r-ace")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ACE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ll0lksz6nzfj5ivmyrp5w24bhfl083amjpr0m8qlzpdw6k3wi98"))))
|
||||
"1gpn9z09cfcy2mj7m32xfb2bjjwl01g9qn9nqaivmqbi4k6icrr8"))))
|
||||
(properties `((upstream-name . "ACE")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-genomicranges r-ggplot2 r-qdnaseq))
|
||||
|
|
Loading…
Reference in a new issue