me
/
guix
Archived
1
0
Fork 0

gnu: r-genomeinfodb: Update to 1.16.0.

* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.16.0.
master
Ricardo Wurmus 2018-06-02 11:48:54 +02:00
parent 8b44c28f5d
commit 953c8b18f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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