gnu: r-annotationdbi: Update to 1.38.2.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.38.2.
This commit is contained in:
parent
0c6494a1db
commit
62eb93a7d0
|
@ -6843,13 +6843,13 @@ on Bioconductor or which replace R functions.")
|
||||||
(define-public r-annotationdbi
|
(define-public r-annotationdbi
|
||||||
(package
|
(package
|
||||||
(name "r-annotationdbi")
|
(name "r-annotationdbi")
|
||||||
(version "1.38.0")
|
(version "1.38.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
|
||||||
"1xffm98s817mfc827cnr0by6167nlrl1glxzjawzz0rkghs41g27"))))
|
"1lsamnbf07zzsy5asy5hn97n2a4layv58w2bzd90ikcdx0gmzarj"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationDbi")))
|
`((upstream-name . "AnnotationDbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue