gnu: r-seqminer: Update to 8.6.

* gnu/packages/cran.scm (r-seqminer): Update to 8.6.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:57 +01:00
parent 89f8ac6cb9
commit 587503fe7c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -32408,14 +32408,14 @@ designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
(define-public r-seqminer
(package
(name "r-seqminer")
(version "8.5")
(version "8.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "seqminer" version))
(sha256
(base32
"1ki8b4bgb3ky9y3x2g56h7i94lk345awgwkg10lys022jxhm30d7"))))
"1fm76mam5hp5v0hj27ywna7vafrw7mnwph30fqdb17163rrhr1ca"))))
(build-system r-build-system)
(inputs
(list zlib))