mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-annotationfilter: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-annotationfilter): Update to 1.10.0.
This commit is contained in:
parent
43058ca656
commit
af87ac3aa7
1 changed files with 2 additions and 2 deletions
|
@ -8628,13 +8628,13 @@ (define-public r-rhdf5
|
|||
(define-public r-annotationfilter
|
||||
(package
|
||||
(name "r-annotationfilter")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationFilter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15qh4jwxxqsnb308nxzj99gckfk18rhp8g26q1xwgkr57zc5kcrx"))))
|
||||
"1l9sxhlvnwn6327vgg02h11ppmqr2zr07ff8wmcng0i1jbqwa8q5"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationFilter")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue