mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
(define-public r-vsn
|
||||||
(package
|
(package
|
||||||
(name "r-vsn")
|
(name "r-vsn")
|
||||||
(version "3.52.0")
|
(version "3.54.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "vsn" version))
|
(uri (bioconductor-uri "vsn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vqmyxg06kgq9m3w6n0jykqm4jgsjw879r4s216wlcq4xc94dh1r"))))
|
"1naqzb2m0km8fzr6chf9z71sisrwviy1fdi9b3hn4i8p18b4kqzh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-affy" ,r-affy)
|
`(("r-affy" ,r-affy)
|
||||||
|
|
Loading…
Reference in a new issue