gnu: r-xvector: Update to 0.40.0.

* gnu/packages/bioconductor.scm (r-xvector): Update to 0.40.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 18:00:02 +02:00
parent ed59644ba0
commit d9a9bcf5c6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9663,13 +9663,13 @@ (define-public r-xmapbridge
(define-public r-xvector
(package
(name "r-xvector")
(version "0.38.0")
(version "0.40.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
"0ygdyh3s4qsaay930a5lbnmgh6a4gqp5ck9ww466yk0jyk1hxfp9"))))
"1v10hfz658gnb6p7pzdl28jbyypv91wx70i0dvi384nfgznhvmj2"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)