gnu: r-annotationfilter: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-annotationfilter): Update to 1.18.0.
This commit is contained in:
parent
eccd328684
commit
0e31c0034a
1 changed files with 2 additions and 2 deletions
|
@ -2056,13 +2056,13 @@ annotation data packages using SQLite data storage.")
|
||||||
(define-public r-annotationfilter
|
(define-public r-annotationfilter
|
||||||
(package
|
(package
|
||||||
(name "r-annotationfilter")
|
(name "r-annotationfilter")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationFilter" version))
|
(uri (bioconductor-uri "AnnotationFilter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0799jja6v7l3jsi26wbjalkr5lriaxid05xb5g36iq93myhaj0sa"))))
|
"15fp1228yb06jm5cblvhw3qv9mlpbjfggaz2nvi3p46mby1vs64w"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationFilter")))
|
`((upstream-name . "AnnotationFilter")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue