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) .") (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"))))