me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationhub: Update to 3.0.1.

* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.0.1.
master
Ricardo Wurmus 2021-07-10 13:26:08 +02:00
parent bc85faf9a2
commit 74bfaf92db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2034,14 +2034,14 @@ databases. Packages produced are intended to be used with AnnotationDbi.")
(define-public r-annotationhub
(package
(name "r-annotationhub")
(version "3.0.0")
(version "3.0.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationHub" version))
(sha256
(base32
"1p9773fv7j7q4x1sjqqaw32qy9lqn2gf6gkynh1d8n1kd7v7sclp"))))
"12i8lafy1z97gs4knqi7r5l1hd7dr6j8a23qj4fkdpqsdpyz21z7"))))
(properties `((upstream-name . "AnnotationHub")))
(build-system r-build-system)
(propagated-inputs