me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 4.0.6.

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

Change-Id: Ic2163a951bdfcaf7c54144008ae698b32d5e59a2
master
Ricardo Wurmus 2024-01-11 14:41:22 +01:00
parent a2506761c4
commit 6e21d78b32
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7412,13 +7412,13 @@ global-scaling and full-quantile normalization.")
(define-public r-edger
(package
(name "r-edger")
(version "4.0.5")
(version "4.0.6")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"16cghh83v14jdq5n6xkm3jxj87n6l6zrxjgqdwb2ffgc26vkpb7w"))))
"0vksak7rv0agar0gplpj2fcp3183l3iyvbqjmx64c7dwpzjh3lb5"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs