diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:37 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:20 +0100 |
| commit | 1f852c3ca5d7a8b4013258552f417a12cb1bd1ed (patch) | |
| tree | 5dc909ca4a7a0b7552e133add8aee0a71f00c32e | |
| parent | 6cbb6a13cee69b6f539529d71225b97f5121aaaf (diff) | |
gnu: r-bioccheck: Update to 1.46.3.
* gnu/packages/bioconductor.scm (r-bioccheck): Update to 1.46.3.
Change-Id: Ib223054930edbf8220b4fbffc0847e712ef14748
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -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 c1dde80a4d7..3286bd028c0 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -24450,13 +24450,13 @@ monograph.") (define-public r-bioccheck (package (name "r-bioccheck") - (version "1.46.0") + (version "1.46.3") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocCheck" version)) (sha256 (base32 - "0fb114cdk8xl9r4kgvril4b8zw082f32mdrxwk564byz5r5r41cl")))) + "1ygspnxj1jqx4mk3b26ff4k6h47spdq6y8a4nh1dgdrqk2wrx0ic")))) (properties `((upstream-name . "BiocCheck"))) (build-system r-build-system) |
