mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-vsn: Update to 3.64.0.
* gnu/packages/bioconductor.scm (r-vsn): Update to 3.64.0.
This commit is contained in:
parent
a9d0efc639
commit
be389d989d
1 changed files with 2 additions and 2 deletions
|
@ -5669,14 +5669,14 @@ (define-public r-variantannotation
|
||||||
(define-public r-vsn
|
(define-public r-vsn
|
||||||
(package
|
(package
|
||||||
(name "r-vsn")
|
(name "r-vsn")
|
||||||
(version "3.62.0")
|
(version "3.64.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
|
||||||
"03p2wdjbjnrn1ddyz0fbn04mdxpsmv83qhh3apj6azshl0bs1j2x"))))
|
"1ja7vdjvgx671l57f9fzfn4vc6q7xzfmqs4krg2rdyfaaf531gqf"))))
|
||||||
(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