gnu: r-annotationhub: Update to 3.12.0.
* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.12.0. [propagated-inputs]: Remove r-interactivedisplaybase. Change-Id: I849b7fcc5eea1cc48076b134fddda17bc8461973master
parent
5c889fbcfd
commit
c2a3f81a63
|
@ -6885,14 +6885,14 @@ databases. Packages produced are intended to be used with AnnotationDbi.")
|
||||||
(define-public r-annotationhub
|
(define-public r-annotationhub
|
||||||
(package
|
(package
|
||||||
(name "r-annotationhub")
|
(name "r-annotationhub")
|
||||||
(version "3.10.1")
|
(version "3.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationHub" version))
|
(uri (bioconductor-uri "AnnotationHub" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12vc573gmg8bwcfa268yq7npg7mivhngx4lx16nzan56rqb475yx"))))
|
"1da2n13j2xysnd175zi7s6zm8yllnp0k59vygkx9id85jcldqf51"))))
|
||||||
(properties `((upstream-name . "AnnotationHub")))
|
(properties `((upstream-name . "AnnotationHub")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -6904,7 +6904,6 @@ databases. Packages produced are intended to be used with AnnotationDbi.")
|
||||||
r-curl
|
r-curl
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-httr
|
r-httr
|
||||||
r-interactivedisplaybase
|
|
||||||
r-rappdirs
|
r-rappdirs
|
||||||
r-rsqlite
|
r-rsqlite
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
|
|
Reference in New Issue