me
/
guix
Archived
1
0
Fork 0

gnu: r-vsn: Update to 3.60.0.

* gnu/packages/bioconductor.scm (r-vsn): Update to 3.60.0.
master
Ricardo Wurmus 2021-06-05 08:49:49 +02:00
parent c73b9d6c66
commit e4a34df239
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4468,14 +4468,14 @@ coding changes and predict coding outcomes.")
(define-public r-vsn
(package
(name "r-vsn")
(version "3.58.0")
(version "3.60.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "vsn" version))
(sha256
(base32
"0dfrfflidpnphwyqzmmfiz9blfqv6qa09xlwgfabhpfsf3ml2rlb"))))
"0nppph3kv8z83368snb8s3n4vcqj829yyi1kh4q09qvq18rhvssv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-affy" ,r-affy)