mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-annotationforge: Update to 1.34.1.
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.34.1.
This commit is contained in:
parent
d54a4285ea
commit
0bb9c9a723
1 changed files with 2 additions and 2 deletions
|
@ -2082,14 +2082,14 @@ (define-public r-annotationfilter
|
|||
(define-public r-annotationforge
|
||||
(package
|
||||
(name "r-annotationforge")
|
||||
(version "1.34.0")
|
||||
(version "1.34.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationForge" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1by3diy0y4809k97cw97mp4j177gn1dzhqil8myij1r7b8sk7hax"))))
|
||||
"0g75b2adak87raw0vn20fjh5980y7svknh8ih1sn4fwryglp4ggg"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationForge")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue