mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-xvector: Update to 0.28.0.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.28.0.
This commit is contained in:
parent
49c766d0bb
commit
e0d40fa275
1 changed files with 2 additions and 2 deletions
|
@ -7832,13 +7832,13 @@ (define-public r-limma
|
|||
(define-public r-xvector
|
||||
(package
|
||||
(name "r-xvector")
|
||||
(version "0.26.0")
|
||||
(version "0.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "XVector" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s2gg84yzl5ffkzp6n7kh0jjk1vd90z189f5hkfn18rn67cy2nv7"))))
|
||||
"11h1hszv4798q1gbx8r6zf8vlaqx4v9ql0lbh2xaxybp66a03pvc"))))
|
||||
(properties
|
||||
`((upstream-name . "XVector")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue