me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 3.36.0.

* gnu/packages/bioconductor.scm (r-edger): Update to 3.36.0.
master
Ricardo Wurmus 2021-11-04 22:04:02 +00:00
parent 933366ffe7
commit 46663d5769
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2794,13 +2794,13 @@ global-scaling and full-quantile normalization.")
(define-public r-edger
(package
(name "r-edger")
(version "3.34.1")
(version "3.36.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"0f6apsjq6cn794840ls9y2n0hix1gyhvkdgxch1v22qr4sq0c86k"))))
"1d18kdfi9vjhhw5kwfy5airrd3c16fh4wbwppbhwgawm038mwavk"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs