1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-edger: Update to 4.6.2.

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

Change-Id: Ifa116d651fa04cf300de48cd931a2661df609542
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:56:57 +02:00
parent 5b27dbb67e
commit 49e3d56a87
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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