gnu: r-apeglm: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.16.0.master
parent
c6c1f9fc72
commit
88c203a85f
|
@ -4854,13 +4854,13 @@ integration with @code{Rcpp}.")
|
||||||
(define-public r-apeglm
|
(define-public r-apeglm
|
||||||
(package
|
(package
|
||||||
(name "r-apeglm")
|
(name "r-apeglm")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "apeglm" version))
|
(uri (bioconductor-uri "apeglm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xld6ar440achik4dbd7vhiw6jfj0sb96jm52n7hav5bv4gag3mh"))))
|
"11w4vyc1sllmm5lh42krhidazid78n4s3lhikpy9kk2l57jmifbr"))))
|
||||||
(properties `((upstream-name . "apeglm")))
|
(properties `((upstream-name . "apeglm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue