diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 12:55:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:25 +0200 |
commit | e13f15ad19641ef4d7198777e0e6be65cf5c7df2 (patch) | |
tree | a87516cd3bd3126b3d9d19504880ea167d0f7fca | |
parent | b31da9257be4129910deb676e349975c18ead65c (diff) |
gnu: r-rcas: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-rcas): Update to 1.30.0.
[propagated-inputs]: Add r-txdbmaker.
Change-Id: I4c941340d3f31478744c0fedd36ad171e9fe1170
-rw-r--r-- | gnu/packages/bioconductor.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index d5e2dc476e..7ac3c85bee 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10443,13 +10443,13 @@ the graph algorithms contained in the Boost library.") (define-public r-rcas (package (name "r-rcas") - (version "1.28.3") + (version "1.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "RCAS" version)) (sha256 (base32 - "1d9icr17xwdmgm6b8ihrwxsg1fp342c2p9f8yqdjm2y52z88gmpd")))) + "0ll0sj2zyazw0nxbpybq9frmxvmcjkgk3hwp3flnysjxg056dhxg")))) (properties `((upstream-name . "RCAS"))) (build-system r-build-system) (propagated-inputs @@ -10478,7 +10478,8 @@ the graph algorithms contained in the Boost library.") r-rsqlite r-rtracklayer r-s4vectors - r-seqlogo)) + r-seqlogo + r-txdbmaker)) (native-inputs (list r-knitr)) (synopsis "RNA-centric annotation system") |