gnu: r-genomeinfodb: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.14.0.
This commit is contained in:
parent
9e482c2069
commit
8aab0235e0
1 changed files with 2 additions and 2 deletions
|
@ -6709,13 +6709,13 @@ (define-public r-genomeinfodbdata
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue