mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +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 @@ microarrays.")
|
||||||
(define-public r-annotationdbi
|
(define-public r-annotationdbi
|
||||||
(package
|
(package
|
||||||
(name "r-annotationdbi")
|
(name "r-annotationdbi")
|
||||||
(version "1.62.1")
|
(version "1.62.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationDbi" version))
|
(uri (bioconductor-uri "AnnotationDbi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a5brfd010p0ks8b7kvrynirmzv3p74r9vqwv5wyz4kbnasfd1v1"))))
|
"0vprm84k79pfnkkg9vf3gyb1nhzmin5lp5375rsaj6fnzbd46dw9"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationDbi")))
|
`((upstream-name . "AnnotationDbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -5666,8 +5666,8 @@ microarrays.")
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
r-dbi
|
r-dbi
|
||||||
r-keggrest
|
|
||||||
r-iranges
|
r-iranges
|
||||||
|
r-keggrest
|
||||||
r-rsqlite
|
r-rsqlite
|
||||||
r-s4vectors))
|
r-s4vectors))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue