mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-decipher: Update to 2.22.0.
* gnu/packages/bioconductor.scm (r-decipher): Update to 2.22.0.
This commit is contained in:
parent
07b14e81f9
commit
628a8f8c78
1 changed files with 2 additions and 2 deletions
|
@ -1498,13 +1498,13 @@ (define-public r-cummerbund
|
|||
(define-public r-decipher
|
||||
(package
|
||||
(name "r-decipher")
|
||||
(version "2.20.0")
|
||||
(version "2.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DECIPHER" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mr7glkx2d37l9nszs52m0kycpm14vxl5gdp3z7i5j7yig1sw2nk"))))
|
||||
"0a9k3f70jmd17kxf1zjmdzrfjs0dmwfad2zgz6wihxh5s1shc8qm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
|
|
Loading…
Reference in a new issue