mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-annotationfilter: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-annotationfilter): Update to 1.20.0.
This commit is contained in:
parent
0dcb2df4e1
commit
3db3797305
1 changed files with 2 additions and 2 deletions
|
@ -2878,13 +2878,13 @@ (define-public r-annotationdbi
|
|||
(define-public r-annotationfilter
|
||||
(package
|
||||
(name "r-annotationfilter")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationFilter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15fp1228yb06jm5cblvhw3qv9mlpbjfggaz2nvi3p46mby1vs64w"))))
|
||||
"082lpcd6yr2nkxndlck2wqqd3nfdx7lnpw8barxgv41q4l7v4ald"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationFilter")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue