mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-edger: Update to 4.0.9.
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.9. Change-Id: I253e9e2a5675b13e7947601a8726bea8aad63792
This commit is contained in:
parent
c64c5a33b2
commit
5ad5cb8c6e
1 changed files with 2 additions and 2 deletions
|
@ -7411,13 +7411,13 @@ (define-public r-edaseq
|
|||
(define-public r-edger
|
||||
(package
|
||||
(name "r-edger")
|
||||
(version "4.0.6")
|
||||
(version "4.0.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "edgeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vksak7rv0agar0gplpj2fcp3183l3iyvbqjmx64c7dwpzjh3lb5"))))
|
||||
"1jdpvswcnspiypk9c2wq01cgcv1l5061q9h8gc5khhk9jlyv44bg"))))
|
||||
(properties `((upstream-name . "edgeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue