me
/
guix
Archived
1
0
Fork 0

gnu: r-vsn: Update to 3.56.0.

* gnu/packages/bioinformatics.scm (r-vsn): Update to 3.56.0.
master
Ricardo Wurmus 2020-06-12 16:24:04 +02:00
parent 736f6cfe66
commit 8e0d11d88b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9677,14 +9677,14 @@ analysis.")
(define-public r-vsn
(package
(name "r-vsn")
(version "3.54.0")
(version "3.56.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "vsn" version))
(sha256
(base32
"1naqzb2m0km8fzr6chf9z71sisrwviy1fdi9b3hn4i8p18b4kqzh"))))
"1k82dikrv1gcync5y1131wg7z1kxv2z2jl4nndg20bixc3398h58"))))
(build-system r-build-system)
(propagated-inputs
`(("r-affy" ,r-affy)