mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-vsn: Update to 3.54.0.
* gnu/packages/bioinformatics.scm (r-vsn): Update to 3.54.0.
This commit is contained in:
parent
af87ac3aa7
commit
dc9d4832b9
1 changed files with 2 additions and 2 deletions
|
@ -9308,14 +9308,14 @@ (define-public r-affy
|
|||
(define-public r-vsn
|
||||
(package
|
||||
(name "r-vsn")
|
||||
(version "3.52.0")
|
||||
(version "3.54.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "vsn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vqmyxg06kgq9m3w6n0jykqm4jgsjw879r4s216wlcq4xc94dh1r"))))
|
||||
"1naqzb2m0km8fzr6chf9z71sisrwviy1fdi9b3hn4i8p18b4kqzh"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-affy" ,r-affy)
|
||||
|
|
Loading…
Reference in a new issue