me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationhub: Update to 3.4.0.

* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.4.0.
master
Ricardo Wurmus 2022-05-28 12:44:35 +02:00
parent 282985f6c3
commit 0b2579cbe0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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