Age | Commit message (Expand) | Author |
---|---|---|
space: | ||
mode: | ||
index : guix | ||
Wojtek's customized Guix |
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
space: | ||
mode: | ||
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:24 +0100 |
commit | 413f96c95f122ac2ab79440a230f64c38977e16b (patch) | |
tree | f34472ad3594c7ebe59da4ea67c89906d9f0083c | |
parent | 6bf50ca57a6d6a98946460a25c7601a4fc753bd4 (diff) | |
download | guix-413f96c95f122ac2ab79440a230f64c38977e16b.tar.gz guix-413f96c95f122ac2ab79440a230f64c38977e16b.zip |
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 732fefd78e..a1664b4c51 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -5746,13 +5746,13 @@ Shiny-based display methods for Bioconductor objects.") (define-public r-lfa (package (name "r-lfa") - (version "1.26.0") + (version "1.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "lfa" version)) (sha256 - (base32 "044866h4fnxmzb3sh9vmrd2smgsbcqgvd19dgwxisi418cad577l")))) + (base32 "1l3ip0bsvbz9nagzv47qjh5hf7qf8ffk4hlnkwagngiwyq84vyp1")))) (properties `((upstream-name . "lfa"))) (build-system r-build-system) (propagated-inputs (list r-corpcor)) |