mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public r-gosemsim
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue