diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:35 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:14 +0100 |
| commit | 7ca8b99a34089194a37e516a5ca55d6a0f24efde (patch) | |
| tree | 369c28c708b7c5d9b03cb7867fb3ae7599bd6988 /gnu | |
| parent | 448dc8692851336c2bed4ccf2319a7856e12414f (diff) | |
gnu: r-yapsa: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-yapsa): Update to 1.36.1.
Change-Id: Ie96ba3c80116ca6174cc3b3265b220229b3c804d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 4957262b71..9767791ff4 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -20591,14 +20591,14 @@ decomposition algorithms.") (define-public r-yapsa (package (name "r-yapsa") - (version "1.36.0") + (version "1.36.1") (source (origin (method url-fetch) (uri (bioconductor-uri "YAPSA" version)) (sha256 (base32 - "0i6s8vhk8ar62g9fzn5zr76w94i11qy7g7gfbbk3kmvg3g4rrj4c")))) + "0anx6jd3vjj4bi3dzaygd6xvb26yfpmssfcl7rfnv4fv1h5hsyl7")))) (properties `((upstream-name . "YAPSA"))) (build-system r-build-system) (propagated-inputs |
