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