mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: r-annotationdbi: Update to 1.62.2.
* gnu/packages/bioconductor.scm (r-annotationdbi): Update to 1.62.2.
This commit is contained in:
parent
565d84170a
commit
3c201e1aab
1 changed files with 3 additions and 3 deletions
|
@ -5652,13 +5652,13 @@ (define-public r-annotate
|
|||
(define-public r-annotationdbi
|
||||
(package
|
||||
(name "r-annotationdbi")
|
||||
(version "1.62.1")
|
||||
(version "1.62.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationDbi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a5brfd010p0ks8b7kvrynirmzv3p74r9vqwv5wyz4kbnasfd1v1"))))
|
||||
"0vprm84k79pfnkkg9vf3gyb1nhzmin5lp5375rsaj6fnzbd46dw9"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationDbi")))
|
||||
(build-system r-build-system)
|
||||
|
@ -5666,8 +5666,8 @@ (define-public r-annotationdbi
|
|||
(list r-biobase
|
||||
r-biocgenerics
|
||||
r-dbi
|
||||
r-keggrest
|
||||
r-iranges
|
||||
r-keggrest
|
||||
r-rsqlite
|
||||
r-s4vectors))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue