gnu: r-annotationdbi: Update to 1.50.1.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.1.
This commit is contained in:
parent
95ccca19df
commit
bd978be3ae
1 changed files with 2 additions and 2 deletions
|
@ -7894,13 +7894,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.50.0")
|
(version "1.50.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationDbi" version))
|
(uri (bioconductor-uri "AnnotationDbi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10gplxal0qphcn29azv0i6hiim9q45lmhzvhhhsnwfhwpgja7p05"))))
|
"00pd8lsdppxlmx0l65phw0jhsm0qkwjc4wsdxpvgc31iiz9yslbj"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationDbi")))
|
`((upstream-name . "AnnotationDbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue