mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-vsn: Update to 3.60.0.
* gnu/packages/bioconductor.scm (r-vsn): Update to 3.60.0.
This commit is contained in:
parent
c73b9d6c66
commit
e4a34df239
1 changed files with 2 additions and 2 deletions
|
@ -4468,14 +4468,14 @@ (define-public r-variantannotation
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue