me
/
guix
Archived
1
0
Fork 0

gnu: r-xvector: Update to 0.20.0.

* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.20.0.
master
Ricardo Wurmus 2018-06-02 11:49:44 +02:00
parent 0a465e5694
commit c2401d06c5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7323,13 +7323,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.")
(define-public r-xvector
(package
(name "r-xvector")
(version "0.18.0")
(version "0.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
"1i4i3kdxr78lr1kcxq657p11ybi7kq10c8kyaqyh6gfc8i9rhvmk"))))
"1zjlhh9lsyhg0js1858csyw2389kbrzdqnqnha833wazkwxilp3f"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)