me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 4.0.14.

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

Change-Id: I6e620b0df01403fbf26d0a61193f463a283b25cc
master
Ricardo Wurmus 2024-02-01 23:23:36 +01:00
parent c641665dcd
commit c4e328a2b7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7563,13 +7563,13 @@ global-scaling and full-quantile normalization.")
(define-public r-edger
(package
(name "r-edger")
(version "4.0.12")
(version "4.0.14")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"01q6fc1ivqfwzmhz8f0yhaxcjv692ckvxabmg24sgzrk7qcd52cj"))))
"1a0icqi1im4vw2r6wjc5ibjsci7yqcdhk8bn8kyvsp1ld1ri538n"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs