guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 66a3dfc3128d9ccfceaa6b218383b9d01945bf19
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:49:54 2025 +0100
gnu: r-batchelor: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.26.0.
Change-Id: I42e4de270304058efeb2a1bb531fb4cd9298e097
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 57482f0394..93c244fd19 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17789,14 +17789,14 @@ multiplication and calculation of row/column sums or
means.")
(define-public r-batchelor
(package
(name "r-batchelor")
- (version "1.24.0")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "batchelor" version))
(sha256
(base32
- "1bffk38xa8p0zhhz4bav3i3jc2ih85zrzl1in2yfplqnk8wlfq2z"))))
+ "0s991n072s7vbcj2ad5zh079iwwcqx92m6h0wmif3wma0qpw16g2"))))
(properties `((upstream-name . "batchelor")))
(build-system r-build-system)
(arguments