mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: r-annotationhub: Update to 2.10.0.
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.10.0. [propagated-inputs]: Add r-curl.
This commit is contained in:
parent
15ca195979
commit
14b3c71911
1 changed files with 3 additions and 2 deletions
|
@ -9365,20 +9365,21 @@ (define-public r-interactivedisplaybase
|
|||
(define-public r-annotationhub
|
||||
(package
|
||||
(name "r-annotationhub")
|
||||
(version "2.8.2")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationHub" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nh5si3j1nv37jcg4260582ayjg18851np47cskrm54prnvhwd9r"))))
|
||||
"1arfka3czw8hkv6n2d85bgibq81s2rgkwhmpaxzhy6nw39vv7y8b"))))
|
||||
(properties `((upstream-name . "AnnotationHub")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biocgenerics" ,r-biocgenerics)
|
||||
("r-biocinstaller" ,r-biocinstaller)
|
||||
("r-curl" ,r-curl)
|
||||
("r-httr" ,r-httr)
|
||||
("r-interactivedisplaybase" ,r-interactivedisplaybase)
|
||||
("r-rsqlite" ,r-rsqlite)
|
||||
|
|
Loading…
Reference in a new issue