gnu: r-edger: Update to 3.34.1.
* gnu/packages/bioconductor.scm (r-edger): Update to 3.34.1.
This commit is contained in:
parent
77a5fdd51c
commit
0ac7b8b6ad
1 changed files with 2 additions and 2 deletions
|
@ -2795,13 +2795,13 @@ global-scaling and full-quantile normalization.")
|
|||
(define-public r-edger
|
||||
(package
|
||||
(name "r-edger")
|
||||
(version "3.34.0")
|
||||
(version "3.34.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "edgeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ikl9y6hj2p92nrb1ydxy2410b3wrax83rfy2imaj0vgfmhsgx6g"))))
|
||||
"0f6apsjq6cn794840ls9y2n0hix1gyhvkdgxch1v22qr4sq0c86k"))))
|
||||
(properties `((upstream-name . "edgeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in a new issue