gnu: r-decipher: Update to 2.22.0.

* gnu/packages/bioconductor.scm (r-decipher): Update to 2.22.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:03:56 +00:00
parent 07b14e81f9
commit 628a8f8c78
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)