gnu: r-xvector: Update to 0.30.0.

* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.30.0.
This commit is contained in:
zimoun 2020-10-30 15:58:38 +01:00 committed by Ricardo Wurmus
parent b6348b0edf
commit 724b770678
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8027,13 +8027,13 @@ (define-public r-limma
(define-public r-xvector
(package
(name "r-xvector")
(version "0.28.0")
(version "0.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
"11h1hszv4798q1gbx8r6zf8vlaqx4v9ql0lbh2xaxybp66a03pvc"))))
"1pqljikg4f6jb7wgm5537zwgq5b013nyz1agjrwfq2cljb0ym6lq"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)