me
/
guix
Archived
1
0
Fork 0

gnu: r-ace: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-ace): Update to 1.16.0.
master
zimoun 2022-11-17 03:50:27 +01:00 committed by Ricardo Wurmus
parent ffea168d76
commit 949b5f3ddb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14160,13 +14160,13 @@ motifs, and others.")
(define-public r-ace
(package
(name "r-ace")
(version "1.14.0")
(version "1.16.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ACE" version))
(sha256
(base32
"1xnw288vz810vjkidar5h218wyc0q2hx0k4zi3r88vaz5rfhc05m"))))
"12gmdkzm9wnrq793xqvw3mzwmmsm1vkh36llapr7m7q4dmcfgxr0"))))
(properties `((upstream-name . "ACE")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-genomicranges r-ggplot2 r-qdnaseq))