mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-annotationforge: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.38.0.
This commit is contained in:
parent
3db3797305
commit
282985f6c3
1 changed files with 2 additions and 2 deletions
|
@ -2903,14 +2903,14 @@ (define-public r-annotationfilter
|
|||
(define-public r-annotationforge
|
||||
(package
|
||||
(name "r-annotationforge")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationForge" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02wvni5q560idi6677g5f4md73z4qzjl5yycxv5dbvgbl2picisz"))))
|
||||
"18rcfadxdaggyjj3rj17nbvgddlqs6zlr5jmq9a02kin59czvzz8"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationForge")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue