diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:36 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:15 +0100 |
| commit | e72f0cdaa623918091964d38ff312cf8d6ee6cb2 (patch) | |
| tree | fe3a07a3e6ee109b0d340b8cde241fb74cad870d | |
| parent | 7ca8b99a34089194a37e516a5ca55d6a0f24efde (diff) | |
gnu: r-wppi: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-wppi): Update to 1.18.0.
Change-Id: I2cca7f805fd74973fdc2046ccaa151be8732248d
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 9767791ff4..1596e547c1 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -20951,13 +20951,13 @@ data for high-throughput, untargeted analyte profiling.") (define-public r-wppi (package (name "r-wppi") - (version "1.16.0") + (version "1.18.0") (source (origin (method url-fetch) (uri (bioconductor-uri "wppi" version)) (sha256 (base32 - "17rkfbhy0r22ayca4c7n8gr2kjgbj3r4gk1rh423cp566x0n7pcp")))) + "1q3745vxarns4kp069ga8nilfz21i0rmaxbllxcys3rvwc7jr77d")))) (properties `((upstream-name . "wppi"))) (build-system r-build-system) ;; This is necessary because omnipathr attempts to write a configuration |
