gnu: r-roar: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-roar): Update to 1.20.0.
This commit is contained in:
parent
7f4957b24e
commit
0334b203d7
|
@ -3981,14 +3981,14 @@ large RNA-seq experiments.")
|
||||||
(define-public r-roar
|
(define-public r-roar
|
||||||
(package
|
(package
|
||||||
(name "r-roar")
|
(name "r-roar")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "roar" version))
|
(uri (bioconductor-uri "roar" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15650s9vs7dvmqpvrs4xwn6j4kh14yqsx4daqyhhxxr68kn8mklw"))))
|
"11ib5vr2vrrqsqcikph528c56bp52myyfdlwkklp8m0r15kwpxr7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
|
Loading…
Reference in New Issue