mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-xvector: Update to 0.26.0.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.26.0.
This commit is contained in:
parent
0202b13e8b
commit
da6edb199d
1 changed files with 2 additions and 2 deletions
|
@ -7534,13 +7534,13 @@ (define-public r-limma
|
||||||
(define-public r-xvector
|
(define-public r-xvector
|
||||||
(package
|
(package
|
||||||
(name "r-xvector")
|
(name "r-xvector")
|
||||||
(version "0.24.0")
|
(version "0.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "XVector" version))
|
(uri (bioconductor-uri "XVector" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12y09pwy86h1za6cmaxs960r7fs0vjzhl0li8jn59vqq9liza1ap"))))
|
"0s2gg84yzl5ffkzp6n7kh0jjk1vd90z189f5hkfn18rn67cy2nv7"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XVector")))
|
`((upstream-name . "XVector")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue