me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 4.0.15.

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

Change-Id: I8d7f513f2458d14096332040dc37219d69fb44d0
master
Ricardo Wurmus 2024-02-15 14:36:30 +01:00
parent b9f80a6698
commit 4fa6f48250
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.14")
(version "4.0.15")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"1a0icqi1im4vw2r6wjc5ibjsci7yqcdhk8bn8kyvsp1ld1ri538n"))))
"08fsb0h4kqm31ynrhxinmnwjyij1350v352411q11iv8v9sk4z48"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs