gnu: r-anota: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.32.0.
master
Ricardo Wurmus 2019-05-06 00:02:18 +02:00
parent 24cf7bad99
commit 0a41b5db95
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2801,14 +2801,14 @@ sets of GO terms, gene products and gene clusters.")
(define-public r-anota
(package
(name "r-anota")
(version "1.30.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "anota" version))
(sha256
(base32
"182fp6dpws516y0igvwn6936higfqvy25haa0xs273f8aczr9cf0"))))
"0jchhyf9gqyj0k0fn5zp319griy32cckqpldq9x58z69l2ix2s2c"))))
(build-system r-build-system)
(propagated-inputs
`(("r-multtest" ,r-multtest)