mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-apeglm: Update to 1.26.1.
* gnu/packages/bioconductor.scm (r-apeglm): Update to 1.26.1. Change-Id: I6feea7900ef40e81cecfa48a6b1bc14ebbafc38c
This commit is contained in:
parent
60c809cd0b
commit
52898de521
1 changed files with 2 additions and 2 deletions
|
@ -12933,13 +12933,13 @@ (define-public r-apcomplex
|
|||
(define-public r-apeglm
|
||||
(package
|
||||
(name "r-apeglm")
|
||||
(version "1.26.0")
|
||||
(version "1.26.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "apeglm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l84sf4ikx0q031wf0k26n9ikwmgs4nm7v7bky47q3ik29mh7wgs"))))
|
||||
"039my876v0k2mr50w90w3phj4cq55awf5ks07kr2fnm7w211gxvs"))))
|
||||
(properties `((upstream-name . "apeglm")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue