mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-apeglm: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.18.0.
This commit is contained in:
parent
ec76f7ca9b
commit
21db7a48e0
1 changed files with 2 additions and 2 deletions
|
@ -6036,13 +6036,13 @@ (define r-rcppnumerical
|
||||||
(define-public r-apeglm
|
(define-public r-apeglm
|
||||||
(package
|
(package
|
||||||
(name "r-apeglm")
|
(name "r-apeglm")
|
||||||
(version "1.16.0")
|
(version "1.18.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
|
||||||
"11w4vyc1sllmm5lh42krhidazid78n4s3lhikpy9kk2l57jmifbr"))))
|
"1ppwk4g66x46hpqsfsvhl12398d1srqr47nmp0y2gz212kff0rby"))))
|
||||||
(properties `((upstream-name . "apeglm")))
|
(properties `((upstream-name . "apeglm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue