mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ace: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-ace): Update to 1.26.0. Change-Id: I73305a2fe08a5da6e6dede248618151ebf3dafc1
This commit is contained in:
parent
5dc8d8cc6e
commit
1b5077ebeb
1 changed files with 2 additions and 2 deletions
|
@ -23167,13 +23167,13 @@ motifs, and others.")
|
|||
(define-public r-ace
|
||||
(package
|
||||
(name "r-ace")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ACE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ky6l0x5wbwil0lqnclgfpdhn94954k62xpv0z3mhy4lvqf07h4j"))))
|
||||
"0v78djw83b253gsjxs3m5ihxyz82gzvsqhbiblxcryvghzv1c7x3"))))
|
||||
(properties `((upstream-name . "ACE")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-genomicranges r-ggplot2 r-qdnaseq))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue