gnu: r-vsn: Update to 3.70.0.
* gnu/packages/bioconductor.scm (r-vsn): Update to 3.70.0. Change-Id: Ie8fdb7098eac529621139e22ffe57f6577fa0786
This commit is contained in:
parent
a497dbaa05
commit
505e9ca855
1 changed files with 2 additions and 2 deletions
|
@ -11110,14 +11110,14 @@ coding changes and predict coding outcomes.")
|
||||||
(define-public r-vsn
|
(define-public r-vsn
|
||||||
(package
|
(package
|
||||||
(name "r-vsn")
|
(name "r-vsn")
|
||||||
(version "3.68.0")
|
(version "3.70.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "vsn" version))
|
(uri (bioconductor-uri "vsn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i6c0wyhj0gcq0mw13zyk60cza2baq4yrj1n2dzqgsqkmhm5lfla"))))
|
"0li0yxf8m34xpmrgv5vciy8zdsbfdlajl9cmnxr4g4nmarik2bkh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-affy r-biobase r-ggplot2 r-lattice r-limma))
|
(list r-affy r-biobase r-ggplot2 r-lattice r-limma))
|
||||||
|
|
Reference in a new issue