gnu: r-biobase: Update to 2.64.0.
* gnu/packages/bioconductor.scm (r-biobase): Update to 2.64.0. Change-Id: I5330e457bbabd007683ed869b539bd38a407df30master
parent
5970c028f0
commit
a1d32a9206
|
@ -6979,13 +6979,13 @@ paired-end data.")
|
||||||
(define-public r-biobase
|
(define-public r-biobase
|
||||||
(package
|
(package
|
||||||
(name "r-biobase")
|
(name "r-biobase")
|
||||||
(version "2.62.0")
|
(version "2.64.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Biobase" version))
|
(uri (bioconductor-uri "Biobase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0znkawzr3hgbp2dkdk30ziqa6ylbq2nf0xmz4vi089cw9763lxgg"))))
|
"09xnl0qq4qsd981i9srw07228lgashcvcavi8k0izdzfyk6ka7m2"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Biobase")))
|
`((upstream-name . "Biobase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue