me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationhub: Update to 2.18.0.

* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.18.0.
[propagated-inputs]: Add r-biocversion.
master
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
1 changed files with 3 additions and 2 deletions

View File

@ -9667,14 +9667,14 @@ Shiny-based display methods for Bioconductor objects.")
(define-public r-annotationhub
(package
(name "r-annotationhub")
(version "2.16.1")
(version "2.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationHub" version))
(sha256
(base32
"0c773cmhng907839f0bq161jky7362lxxny36ac55qxiz1giqi8j"))))
"19vj3bk8jz68q84g3j8xs1s9bqz90lbwbciig1h45zvn2zc6087m"))))
(properties `((upstream-name . "AnnotationHub")))
(build-system r-build-system)
(propagated-inputs
@ -9682,6 +9682,7 @@ Shiny-based display methods for Bioconductor objects.")
("r-biocfilecache" ,r-biocfilecache)
("r-biocgenerics" ,r-biocgenerics)
("r-biocmanager" ,r-biocmanager)
("r-biocversion" ,r-biocversion)
("r-curl" ,r-curl)
("r-dplyr" ,r-dplyr)
("r-httr" ,r-httr)