gnu: r-xvector: Update to 0.38.0.

* gnu/packages/bioconductor.scm (r-xvector): Update to 0.38.0.
This commit is contained in:
zimoun 2022-11-17 03:50:14 +01:00 committed by Ricardo Wurmus
parent 8fe91b692a
commit 9a707db7ee
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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