mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(package
|
||||
(name "r-xvector")
|
||||
(version "0.24.0")
|
||||
(version "0.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "XVector" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12y09pwy86h1za6cmaxs960r7fs0vjzhl0li8jn59vqq9liza1ap"))))
|
||||
"0s2gg84yzl5ffkzp6n7kh0jjk1vd90z189f5hkfn18rn67cy2nv7"))))
|
||||
(properties
|
||||
`((upstream-name . "XVector")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue