gnu: r-annotationhub: Update to 2.18.0.

* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.18.0.
[propagated-inputs]: Add r-biocversion.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:07:34 +01:00
parent c21bf901e2
commit 6339ea22f1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9667,14 +9667,14 @@ (define-public r-interactivedisplaybase
(define-public r-annotationhub (define-public r-annotationhub
(package (package
(name "r-annotationhub") (name "r-annotationhub")
(version "2.16.1") (version "2.18.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
"0c773cmhng907839f0bq161jky7362lxxny36ac55qxiz1giqi8j")))) "19vj3bk8jz68q84g3j8xs1s9bqz90lbwbciig1h45zvn2zc6087m"))))
(properties `((upstream-name . "AnnotationHub"))) (properties `((upstream-name . "AnnotationHub")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -9682,6 +9682,7 @@ (define-public r-annotationhub
("r-biocfilecache" ,r-biocfilecache) ("r-biocfilecache" ,r-biocfilecache)
("r-biocgenerics" ,r-biocgenerics) ("r-biocgenerics" ,r-biocgenerics)
("r-biocmanager" ,r-biocmanager) ("r-biocmanager" ,r-biocmanager)
("r-biocversion" ,r-biocversion)
("r-curl" ,r-curl) ("r-curl" ,r-curl)
("r-dplyr" ,r-dplyr) ("r-dplyr" ,r-dplyr)
("r-httr" ,r-httr) ("r-httr" ,r-httr)