me
/
guix
Archived
1
0
Fork 0

gnu: r-anota: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-anota): Update to 1.34.0.
master
Ricardo Wurmus 2019-12-15 15:36:23 +01:00
parent 869965df1c
commit 5ed767521c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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