mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-anota: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-anota): Update to 1.38.0.
This commit is contained in:
parent
b2084e4d21
commit
33c905b9c0
1 changed files with 2 additions and 2 deletions
|
@ -3760,14 +3760,14 @@ (define-public r-gosemsim
|
||||||
(define-public r-anota
|
(define-public r-anota
|
||||||
(package
|
(package
|
||||||
(name "r-anota")
|
(name "r-anota")
|
||||||
(version "1.36.0")
|
(version "1.38.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
|
||||||
"1ind5cyq85l63xpqmg2n9rg805s5amh48iiw05zqr8kih6hlilpm"))))
|
"02s061q6dfw1czppqiklb0fz6q0mjyqgxg6926b2dpqpz8hv690x"))))
|
||||||
(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