gnu: r-apeglm: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.14.0.
This commit is contained in:
parent
371149da6f
commit
941a868515
1 changed files with 2 additions and 2 deletions
|
@ -4710,13 +4710,13 @@ integration with @code{Rcpp}.")
|
||||||
(define-public r-apeglm
|
(define-public r-apeglm
|
||||||
(package
|
(package
|
||||||
(name "r-apeglm")
|
(name "r-apeglm")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"0pix1fhxk2q89p2745fgsmxwics9rf10l392qhw3rw6v6ynhims2"))))
|
"1xld6ar440achik4dbd7vhiw6jfj0sb96jm52n7hav5bv4gag3mh"))))
|
||||||
(properties `((upstream-name . "apeglm")))
|
(properties `((upstream-name . "apeglm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue