me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 4.0.3.

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

Change-Id: I97d73da131092effbf2404e710389d863ba39889
Ricardo Wurmus 2023-12-15 17:47:37 +01:00
parent 97d988cd23
commit 73e20717d0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7324,13 +7324,13 @@ global-scaling and full-quantile normalization.")
(define-public r-edger
(package
(name "r-edger")
(version "4.0.1")
(version "4.0.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"0vjydwjazl7br0hvshy7jip3z6w73bif9vaky20im5rv40pqnchh"))))
"0sz46pwa1bsqrff2igswfhhj1fcwzn34zrlawy4fnb58z48kccb0"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs