gnu: r-xvector: Update to 0.38.0.
* gnu/packages/bioconductor.scm (r-xvector): Update to 0.38.0.
This commit is contained in:
parent
8fe91b692a
commit
9a707db7ee
1 changed files with 2 additions and 2 deletions
|
@ -7591,13 +7591,13 @@ describing each of the graphs.")
|
||||||
(define-public r-xvector
|
(define-public r-xvector
|
||||||
(package
|
(package
|
||||||
(name "r-xvector")
|
(name "r-xvector")
|
||||||
(version "0.36.0")
|
(version "0.38.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
|
||||||
"1f3sbqy279gb9k13l73j00ixywa1havlqy81zx766r1xkz15nvhk"))))
|
"0ygdyh3s4qsaay930a5lbnmgh6a4gqp5ck9ww466yk0jyk1hxfp9"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XVector")))
|
`((upstream-name . "XVector")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue