gnu: r-annotationdbi: Update to 1.60.2.
* gnu/packages/bioconductor.scm (r-annotationdbi): Update to 1.60.2.
This commit is contained in:
parent
b9af764895
commit
7f9346c031
1 changed files with 2 additions and 2 deletions
|
@ -5043,13 +5043,13 @@ (define-public r-annotate
|
|||
(define-public r-annotationdbi
|
||||
(package
|
||||
(name "r-annotationdbi")
|
||||
(version "1.60.0")
|
||||
(version "1.60.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1srv0jizmwgmsmgb9cfgy5nbgd3jsgxgzzax6wfsahckb5zihrqp"))))
|
||||
"1c7f2vgdnh99zp83pvmghb7l0rihdijlhdj6ff992h7wrrha8lhg"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationDbi")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue