me
/
guix
Archived
1
0
Fork 0

gnu: r-genomeinfodb: Update to 1.14.0.

* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.14.0.
master
Ricardo Wurmus 2017-11-06 21:36:09 +01:00
parent 9e482c2069
commit 8aab0235e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6709,13 +6709,13 @@ ID and species. It is used by functions in the GenomeInfoDb package.")
(define-public r-genomeinfodb
(package
(name "r-genomeinfodb")
(version "1.12.2")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomeInfoDb" version))
(sha256
(base32
"1hjxgmcnrngp1307ipqaq9hgxz4j0ldn7d46knhzs30k2r4qnrfp"))))
"1jhm0imkac4gvchbjxj408aakk39xdv2fyh818d3lk295bz6bnyp"))))
(properties
`((upstream-name . "GenomeInfoDb")))
(build-system r-build-system)