me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 4.2.0.

* gnu/packages/bioconductor.scm (r-edger): Update to 4.2.0.

Change-Id: Ide6a7aaf2a313923dd1e6ff9e768dfce03010c34
master
Ricardo Wurmus 2024-05-07 12:32:56 +02:00
parent 02f37641c7
commit 30be4dea15
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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