gnu: r-anota: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-anota): Update to 1.34.0.
This commit is contained in:
parent
869965df1c
commit
5ed767521c
1 changed files with 2 additions and 2 deletions
|
@ -3242,14 +3242,14 @@ sets of GO terms, gene products and gene clusters.")
|
||||||
(define-public r-anota
|
(define-public r-anota
|
||||||
(package
|
(package
|
||||||
(name "r-anota")
|
(name "r-anota")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "anota" version))
|
(uri (bioconductor-uri "anota" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jchhyf9gqyj0k0fn5zp319griy32cckqpldq9x58z69l2ix2s2c"))))
|
"1bkavzrxy1bjz0bwapwa9i3ysln7gljgziwd8c05fmg2f46j1z6m"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-multtest" ,r-multtest)
|
`(("r-multtest" ,r-multtest)
|
||||||
|
|
Reference in a new issue