mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-anota: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-anota): Update to 1.36.0.
This commit is contained in:
parent
621cd90406
commit
8d30d59adf
1 changed files with 2 additions and 2 deletions
|
@ -3651,14 +3651,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.34.0")
|
(version "1.36.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
|
||||||
"1bkavzrxy1bjz0bwapwa9i3ysln7gljgziwd8c05fmg2f46j1z6m"))))
|
"1ind5cyq85l63xpqmg2n9rg805s5amh48iiw05zqr8kih6hlilpm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-multtest" ,r-multtest)
|
`(("r-multtest" ,r-multtest)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue