mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-vsn: Update to 3.58.0.
* gnu/packages/bioinformatics.scm (r-vsn): Update to 3.58.0.
This commit is contained in:
parent
6a6f38b89e
commit
75bdab83cc
1 changed files with 2 additions and 2 deletions
|
@ -9792,14 +9792,14 @@ (define-public r-affy
|
|||
(define-public r-vsn
|
||||
(package
|
||||
(name "r-vsn")
|
||||
(version "3.56.0")
|
||||
(version "3.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "vsn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k82dikrv1gcync5y1131wg7z1kxv2z2jl4nndg20bixc3398h58"))))
|
||||
"0dfrfflidpnphwyqzmmfiz9blfqv6qa09xlwgfabhpfsf3ml2rlb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-affy" ,r-affy)
|
||||
|
|
Loading…
Reference in a new issue