gnu: r-edger: Update to 4.0.16.

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

Change-Id: I542bbe7f290a5282f76eea7b88f605f6fa714624
This commit is contained in:
Ricardo Wurmus 2024-02-26 13:03:12 +01:00
parent 52c373f107
commit 63622bf34e
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.15")
(version "4.0.16")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"08fsb0h4kqm31ynrhxinmnwjyij1350v352411q11iv8v9sk4z48"))))
"0jflbh1wsszz98y0y294g69mm81fwwxfbhpi3kmdncin8bwf8ifi"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs