mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-vsn: Update to 3.72.0.
* gnu/packages/bioconductor.scm (r-vsn): Update to 3.72.0. Change-Id: I0ffe22d61eb7e8395873701dc993e1bb4da01ea0
This commit is contained in:
parent
017232eb6c
commit
b1d1af4ae6
1 changed files with 2 additions and 2 deletions
|
@ -12473,14 +12473,14 @@ (define-public r-variantannotation
|
||||||
(define-public r-vsn
|
(define-public r-vsn
|
||||||
(package
|
(package
|
||||||
(name "r-vsn")
|
(name "r-vsn")
|
||||||
(version "3.70.0")
|
(version "3.72.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
|
||||||
"0li0yxf8m34xpmrgv5vciy8zdsbfdlajl9cmnxr4g4nmarik2bkh"))))
|
"1r6cd92d4xlx4zdyy1sfaxicjf4q3arflmswpdkckkc4h9c6zf8m"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue