diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:41:50 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:09 +0100 |
| commit | 0a8302fac7de463e6f5f5ff7d5b24936b7d3419b (patch) | |
| tree | 81125a5db35443f244b4762f8d58ee0039b4b906 /gnu | |
| parent | b8556421bc1ec0ba3066a760fc79ba92af1e1e4f (diff) | |
gnu: r-abn: Update to 3.1.13.
* gnu/packages/bioconductor.scm (r-abn): Update to 3.1.13.
Change-Id: I8d47ad284fadc9eab77bfa4d2d4a3b6933fadd32
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 d2c161de9f..e1ac348b1e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -27128,14 +27128,14 @@ on the plot.") (define-public r-abn (package (name "r-abn") - (version "3.1.12") + (version "3.1.13") (source (origin (method url-fetch) (uri (cran-uri "abn" version)) (sha256 (base32 - "1k0pxan20ldhx4yl6li3bj3darzhbxh7m9kk2r3cpkwsxavvxm7z")))) + "1l1yv2rc4aa3zp5w9qsr4n9mbr7g5n5bgldpvpy9z1wf664lxy8w")))) (build-system r-build-system) (arguments (list |
