mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: r-annotationhub: Update to 3.8.0.
* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.8.0.
This commit is contained in:
parent
f6c878674f
commit
83b381a95b
1 changed files with 2 additions and 2 deletions
|
@ -5644,14 +5644,14 @@ (define-public r-annotationforge
|
|||
(define-public r-annotationhub
|
||||
(package
|
||||
(name "r-annotationhub")
|
||||
(version "3.6.0")
|
||||
(version "3.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationHub" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hk02q6mwx49khbhydndfa1qry8ylhmwz2dff8845a510hm0di7n"))))
|
||||
"0ri8qj5j10bhprkb810c2hl5sl944kpb8rf5lab6nxykzgyz73v0"))))
|
||||
(properties `((upstream-name . "AnnotationHub")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue