mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-annotationforge: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.36.0.
This commit is contained in:
parent
0e31c0034a
commit
c46f294350
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.1")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationForge" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g75b2adak87raw0vn20fjh5980y7svknh8ih1sn4fwryglp4ggg"))))
|
||||
"02wvni5q560idi6677g5f4md73z4qzjl5yycxv5dbvgbl2picisz"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationForge")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue