mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-annotationhub: Update to 2.14.5.
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.14.5.
This commit is contained in:
parent
e49d5d34ed
commit
933cc19684
1 changed files with 2 additions and 2 deletions
|
@ -9794,14 +9794,14 @@ (define-public r-interactivedisplaybase
|
|||
(define-public r-annotationhub
|
||||
(package
|
||||
(name "r-annotationhub")
|
||||
(version "2.14.4")
|
||||
(version "2.14.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationHub" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18v2mk395svq3c19wzi6bjwjfnmrvjqkzmj7cmaji7rx4xdgz6ck"))))
|
||||
"0iyrxaijl4614iz5c1j53227xy2g756p3bx7hcwglcybh0k30nki"))))
|
||||
(properties `((upstream-name . "AnnotationHub")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue