guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 95386e09bc4de8262554dce21b6f820d5edba833
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Feb 26 22:36:18 2026 +0100
gnu: r-seqminer: Update to 9.9.
* gnu/packages/cran.scm (r-seqminer): Update to 9.9.
Change-Id: I92d9c951555a7ae0884af350ac44641d68d930e2
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ea43449285..bf2394db58 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -52913,14 +52913,14 @@ designs. Broman et al. (2018)
<doi:10.1534/genetics.118.301595>.")
(define-public r-seqminer
(package
(name "r-seqminer")
- (version "9.7")
+ (version "9.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "seqminer" version))
(sha256
(base32
- "15dkh4wfszfrpfpwyhnwj3bnkjfxm17bp0grr1wf4h6zxj0jbkp5"))))
+ "1s5iag46qkhfcwfzlwshr8p6bg5krs3pl272r6lg82c1k92knxwf"))))
;; If these inputs are not found at configure time they will be built from
;; bundled sources.
(properties '((updater-extra-inputs . ("bzip2" "sqlite" "zstd"))))