mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01: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
|
(define-public r-xvector
|
||||||
(package
|
(package
|
||||||
(name "r-xvector")
|
(name "r-xvector")
|
||||||
(version "0.26.0")
|
(version "0.28.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
|
||||||
"0s2gg84yzl5ffkzp6n7kh0jjk1vd90z189f5hkfn18rn67cy2nv7"))))
|
"11h1hszv4798q1gbx8r6zf8vlaqx4v9ql0lbh2xaxybp66a03pvc"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XVector")))
|
`((upstream-name . "XVector")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue