me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationhub: Update to 3.6.0.

* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.6.0.
master
zimoun 2022-11-17 03:50:08 +01:00 committed by Ricardo Wurmus
parent 065fdc2bb1
commit c5bcfef628
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4387,14 +4387,14 @@ databases. Packages produced are intended to be used with AnnotationDbi.")
(define-public r-annotationhub
(package
(name "r-annotationhub")
(version "3.4.0")
(version "3.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationHub" version))
(sha256
(base32
"03dmbx43rsv9xv94lk12gpraq47ryc13jijwma3q05hl9wn8xjxs"))))
"1hk02q6mwx49khbhydndfa1qry8ylhmwz2dff8845a510hm0di7n"))))
(properties `((upstream-name . "AnnotationHub")))
(build-system r-build-system)
(propagated-inputs