mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-annotationfilter: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-annotationfilter): Update to 1.28.0. Change-Id: Ib4cad5054f1cf174ee2ecb589f8442e9dc86e5dc
This commit is contained in:
parent
d90bc96e17
commit
131109f910
1 changed files with 2 additions and 2 deletions
|
@ -6828,13 +6828,13 @@ (define-public r-annotationdbi
|
|||
(define-public r-annotationfilter
|
||||
(package
|
||||
(name "r-annotationfilter")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationFilter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cd2vcnx0pn5wba3x5q32vddjjp7fvix7yd7jrwv07a2fkv9c4p5"))))
|
||||
"1sdm85sl4d9mqbjgjh3yizcmrzgz0g4x17s25gss2f6cjwy5jp40"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationFilter")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue