3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-annotationfilter: Update to 1.6.0.

* gnu/packages/bioinformatics.scm (r-annotationfilter): Update to 1.6.0.
This commit is contained in:
Ricardo Wurmus 2018-11-07 12:08:43 +01:00
parent d2b60be596
commit cec8f0920b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8966,13 +8966,13 @@ the available RAM.")
(define-public r-annotationfilter
(package
(name "r-annotationfilter")
(version "1.4.0")
(version "1.6.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationFilter" version))
(sha256
(base32
"1w8ypfdz4g7vnwfrvnhjcpm8waciqyq2cn883ajdwg4vv7a5mj9a"))))
"0wrr10cxjzmxx46vjzq2nsf6xlqz1sqwx4xm0sk3d77ff8wmph4x"))))
(properties
`((upstream-name . "AnnotationFilter")))
(build-system r-build-system)