guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 9accb2bab1b9e2ebaca8eba84c0be21bed30935c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:50:36 2025 +0100
gnu: r-beachmat-hdf5: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-beachmat-hdf5): Update to 1.8.0.
Change-Id: Ic9375c1244d64717f64f2ed186245f7b47131f2a
---
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 5c6d6f14a2..c098ea203f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -25700,13 +25700,13 @@ matrices.")
(define-public r-beachmat-hdf5
(package
(name "r-beachmat-hdf5")
- (version "1.6.0")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "beachmat.hdf5" version))
(sha256
- (base32 "061x88pqi2nksxm8kfcn817ggk6i9256krf63cvfzj8why3w7sjj"))))
+ (base32 "0dp8p111ar64syvh4x7s4rwjj4vhil1c09r5am48c0cg789qx49y"))))
(properties `((upstream-name . "beachmat.hdf5")))
(build-system r-build-system)
(propagated-inputs (list r-assorthead