1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-03 11:14:07 +02:00

gnu: r-limma: Update to 3.68.1.

* gnu/packages/bioconductor.scm (r-limma): Update to 3.68.1.

Change-Id: Id51bfc31a6f3424677f86baf6cfd3cfb99f0a4df
This commit is contained in:
Ricardo Wurmus
2026-05-06 13:42:36 +02:00
parent ac6e193694
commit 0c676c2ca2
+2 -2
View File
@@ -11153,13 +11153,13 @@ Binomial data via estimation of latent structure in the natural parameter.")
(define-public r-limma
(package
(name "r-limma")
(version "3.68.0")
(version "3.68.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "limma" version))
(sha256
(base32
"15g0f1psl9wvr3n1qkgxjb708x56yqg109hz66ma7hdk84bw33z5"))))
"096h4vf6xqi588c46db9qqwin75c7k6v7chlf6w77cqlsyi44qpx"))))
(properties
'((updater-extra-native-inputs
. ("r-go-db" "r-locfit" "r-mass" "r-org-hs-eg-db"))))