diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 11:56:57 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 11:56:57 +0200 |
commit | 67f1c066d896bbf832abccb96178d8f34e69ef91 (patch) | |
tree | 591d57c0686c0bd15a5576819a1813c563a7d6fd | |
parent | aba9f52841c87369004b093d63dbc3b3214dc06d (diff) |
gnu: r-edger: Update to 4.6.2.
* gnu/packages/bioconductor.scm (r-edger): Update to 4.6.2.
Change-Id: Ifa116d651fa04cf300de48cd931a2661df609542
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 9567db6f26..e78c328ff5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9322,13 +9322,13 @@ global-scaling and full-quantile normalization.") (define-public r-edger (package (name "r-edger") - (version "4.6.1") + (version "4.6.2") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "030lisz89d3nk6dpbvpj943x21bsglbd9wlyax35qzln6zxqhivv")))) + "0gy5z5h2z2al9iggly1m1p3clqw3xycix47bxx0h8az7s6jyrz4p")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |