mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-decipher: Update to 3.0.0.
* gnu/packages/bioconductor.scm (r-decipher): Update to 3.0.0. [propagated-inputs]: Remove r-rsqlite. Change-Id: I8fd3b7c179b7d4e06ad1e7f592add40b77061eee
This commit is contained in:
parent
199305df78
commit
40e85015aa
1 changed files with 3 additions and 8 deletions
|
@ -5356,21 +5356,16 @@ (define-public r-debcam
|
|||
(define-public r-decipher
|
||||
(package
|
||||
(name "r-decipher")
|
||||
(version "2.30.0")
|
||||
(version "3.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DECIPHER" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ri8ldx3dqcpfvn3mz0022f77zi6ki04mh27qp132bbrjkj6zl79"))))
|
||||
"1bgzl3sy4l5xfgxrkw8z1dvygkn2dgcl2fl9ah13ggs8hc9h9nlm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biostrings
|
||||
r-dbi
|
||||
r-iranges
|
||||
r-rsqlite
|
||||
r-s4vectors
|
||||
r-xvector))
|
||||
(list r-biostrings r-dbi r-iranges r-s4vectors r-xvector))
|
||||
(home-page "https://www.bioconductor.org/packages/DECIPHER/")
|
||||
(synopsis "Tools for deciphering and managing biological sequences")
|
||||
(description "This package provides a toolset for deciphering and managing
|
||||
|
|
Loading…
Reference in a new issue