me
/
guix
Archived
1
0
Fork 0

gnu: r-seqminer: Update to 8.9.

* gnu/packages/cran.scm (r-seqminer): Update to 8.9.
master
Ricardo Wurmus 2023-04-17 11:10:36 +02:00
parent 853fd0f2c3
commit 68355cf37b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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