1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: r-seqminer: Update to 9.9.

* gnu/packages/cran.scm (r-seqminer): Update to 9.9.

Change-Id: I92d9c951555a7ae0884af350ac44641d68d930e2
This commit is contained in:
Ricardo Wurmus
2026-02-26 22:36:18 +01:00
committed by Andreas Enge
parent ca6f3ce0ed
commit f8f491eedc

View File

@@ -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"))))