gnu: r-annotationdbi: Update to 1.44.0.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.44.0.
This commit is contained in:
parent
5b82e12a99
commit
3986e0dee5
|
@ -7563,13 +7563,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.42.1")
|
(version "1.44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationDbi" version))
|
(uri (bioconductor-uri "AnnotationDbi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0afkbzli08vq02r2pr9phrz3rxd6ilp1w7yw8y99nbjiz14f8b1c"))))
|
"1954vimkx5yb9irppq8vssq0f3yjkg36w38b9r0rqmijx1ps7x5d"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationDbi")))
|
`((upstream-name . "AnnotationDbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue