mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-decipher: Update to 3.4.0.
* gnu/packages/bioconductor.scm (r-decipher): Update to 3.4.0. Change-Id: I8ee729e8d9cb5f3fe3c3e253b40f966751a66aa9
This commit is contained in:
parent
d9f6191872
commit
fdcbb44ef2
1 changed files with 2 additions and 2 deletions
|
@ -6581,13 +6581,13 @@ knowledge can achieve semi-supervised deconvolution of mixtures.")
|
|||
(define-public r-decipher
|
||||
(package
|
||||
(name "r-decipher")
|
||||
(version "3.2.0")
|
||||
(version "3.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DECIPHER" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18fvmlxch10pgl9lnyww2506r7jbjigx6h2agjsm9wn5bga4mqzm"))))
|
||||
"1llz1p0sikdqdc1505whnsbr68k4r3lq6sc7fgjaa5dybycrmkwy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biostrings r-dbi r-iranges r-s4vectors r-xvector))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue