mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-anota: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-anota): Update to 1.40.0.
This commit is contained in:
parent
376d9dd825
commit
dda291540b
1 changed files with 2 additions and 2 deletions
|
@ -7042,14 +7042,14 @@ (define-public r-gosemsim
|
||||||
(define-public r-anota
|
(define-public r-anota
|
||||||
(package
|
(package
|
||||||
(name "r-anota")
|
(name "r-anota")
|
||||||
(version "1.38.0")
|
(version "1.40.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
|
||||||
"02s061q6dfw1czppqiklb0fz6q0mjyqgxg6926b2dpqpz8hv690x"))))
|
"039bmcv5l44gszb6xapbihp3mfqdaaa8mfc05y702p78i7x93g5y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-multtest" ,r-multtest)
|
`(("r-multtest" ,r-multtest)
|
||||||
|
|
Loading…
Reference in a new issue