mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-decipher: Update to 2.26.0.
* gnu/packages/bioconductor.scm (r-decipher): Update to 2.26.0.
This commit is contained in:
parent
e3262cc2e1
commit
bd622e1464
1 changed files with 2 additions and 2 deletions
|
@ -3312,13 +3312,13 @@ (define-public r-debcam
|
|||
(define-public r-decipher
|
||||
(package
|
||||
(name "r-decipher")
|
||||
(version "2.24.0")
|
||||
(version "2.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DECIPHER" version))
|
||||
(sha256
|
||||
(base32
|
||||
"045q2bfzgq1yzhyrzvrhrnmlpka4gikrajxxwv05szksy5nvp7q5"))))
|
||||
"01hzxd5f5v2kspx5jd7l21bn87cfgm9aah3zd4d6kyxv98h5a3n1"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biostrings
|
||||
|
|
Loading…
Reference in a new issue