gnu: r-xvector: Update to 0.12.1.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.12.1.
This commit is contained in:
parent
a463055862
commit
2b2ff0bd91
|
@ -4696,13 +4696,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.")
|
||||||
(define-public r-xvector
|
(define-public r-xvector
|
||||||
(package
|
(package
|
||||||
(name "r-xvector")
|
(name "r-xvector")
|
||||||
(version "0.12.0")
|
(version "0.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "XVector" version))
|
(uri (bioconductor-uri "XVector" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c9cqjcxxks3an4wiq167h2grxlfyazajn7bmxhbk42zifp8vmqp"))))
|
"1kydy9f5y0ihn2mbkamr1kh0g1d3g1k9d7s4i09qgw9ysr6j414v"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XVector")))
|
`((upstream-name . "XVector")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue