me
/
guix
Archived
1
0
Fork 0

gnu: r-vsn: Update to 3.72.0.

* gnu/packages/bioconductor.scm (r-vsn): Update to 3.72.0.

Change-Id: I0ffe22d61eb7e8395873701dc993e1bb4da01ea0
master
Ricardo Wurmus 2024-05-07 13:06:38 +02:00
parent 017232eb6c
commit b1d1af4ae6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12473,14 +12473,14 @@ coding changes and predict coding outcomes.")
(define-public r-vsn
(package
(name "r-vsn")
(version "3.70.0")
(version "3.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "vsn" version))
(sha256
(base32
"0li0yxf8m34xpmrgv5vciy8zdsbfdlajl9cmnxr4g4nmarik2bkh"))))
"1r6cd92d4xlx4zdyy1sfaxicjf4q3arflmswpdkckkc4h9c6zf8m"))))
(build-system r-build-system)
(propagated-inputs
(list r-affy r-biobase r-ggplot2 r-lattice r-limma))