3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-variantannotation: Update to 1.18.0.

* gnu/packages/bioinformatics.scm (r-variantannotation): Update to
  1.18.0.
This commit is contained in:
Ricardo Wurmus 2016-05-10 11:48:30 +02:00 committed by Ricardo Wurmus
parent d1ab3d8fa5
commit 052ee32b24
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4142,13 +4142,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-variantannotation
(package
(name "r-variantannotation")
(version "1.16.4")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "VariantAnnotation" version))
(sha256
(base32
"1z42j3p9b8h725inq8n0230llsdbav3gwcxy1nliypzfkxbzahsb"))))
"1mjm5kav0mjymcj3ha1jnw9snym39w5vc2zkl25dpg78nl00nwar"))))
(properties
`((upstream-name . "VariantAnnotation")))
(inputs