gnu: r-ancombc: Update to 2.2.2.
* gnu/packages/bioconductor.scm (r-ancombc): Update to 2.2.2.
This commit is contained in:
parent
caf9f847ef
commit
fefad76048
1 changed files with 2 additions and 2 deletions
|
@ -2885,13 +2885,13 @@ analysis, modelling, and visualization of spike-in controls.")
|
||||||
(define-public r-ancombc
|
(define-public r-ancombc
|
||||||
(package
|
(package
|
||||||
(name "r-ancombc")
|
(name "r-ancombc")
|
||||||
(version "2.2.1")
|
(version "2.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ANCOMBC" version))
|
(uri (bioconductor-uri "ANCOMBC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05gngz6cqihxg4zlf7ymw93qj61a1i19hgp4fkc0cxnkq0pambrd"))))
|
"0jws3wqgwc0gnp7smc0lsqfw9jbcik36pl7vz9a8ndgwpp9c8653"))))
|
||||||
(properties `((upstream-name . "ANCOMBC")))
|
(properties `((upstream-name . "ANCOMBC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue