gnu: r-ancombc: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-ancombc): Update to 2.2.0.
This commit is contained in:
parent
1f753b82c1
commit
71b23bf5e1
1 changed files with 2 additions and 2 deletions
|
@ -2814,13 +2814,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.0.2")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ANCOMBC" version))
|
(uri (bioconductor-uri "ANCOMBC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dlinv4vhxgni8ygzvfw8pbc6d1v9x5chhrpxblhs2c65bkgyxz5"))))
|
"1wfbi8xyh2pxpjdv2zhml2l1h8c7fyfl5wyici3nm3rcs00n7m9w"))))
|
||||||
(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