me
/
guix
Archived
1
0
Fork 0

gnu: r-vsn: Update to 3.64.0.

* gnu/packages/bioconductor.scm (r-vsn): Update to 3.64.0.
master
Ricardo Wurmus 2022-05-28 12:44:46 +02:00
parent a9d0efc639
commit be389d989d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5669,14 +5669,14 @@ coding changes and predict coding outcomes.")
(define-public r-vsn
(package
(name "r-vsn")
(version "3.62.0")
(version "3.64.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "vsn" version))
(sha256
(base32
"03p2wdjbjnrn1ddyz0fbn04mdxpsmv83qhh3apj6azshl0bs1j2x"))))
"1ja7vdjvgx671l57f9fzfn4vc6q7xzfmqs4krg2rdyfaaf531gqf"))))
(build-system r-build-system)
(propagated-inputs
(list r-affy r-biobase r-ggplot2 r-lattice r-limma))