me
/
guix
Archived
1
0
Fork 0

gnu: r-xvector: Update to 0.26.0.

* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.26.0.
master
Ricardo Wurmus 2019-12-15 15:14:03 +01:00
parent 0202b13e8b
commit da6edb199d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7534,13 +7534,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.")
(define-public r-xvector
(package
(name "r-xvector")
(version "0.24.0")
(version "0.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
"12y09pwy86h1za6cmaxs960r7fs0vjzhl0li8jn59vqq9liza1ap"))))
"0s2gg84yzl5ffkzp6n7kh0jjk1vd90z189f5hkfn18rn67cy2nv7"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)