me
/
guix
Archived
1
0
Fork 0

gnu: r-qtl: Update to 1.50.

* gnu/packages/cran.scm (r-qtl): Update to 1.50.
master
Ricardo Wurmus 2021-11-01 20:44:49 +00:00
parent 00fd349975
commit f006a08991
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28413,14 +28413,14 @@ covariate (usually group indicator) and the scores.")
(define-public r-qtl
(package
(name "r-qtl")
(version "1.48-1")
(version "1.50")
(source
(origin
(method url-fetch)
(uri (cran-uri "qtl" version))
(sha256
(base32
"098mgmfj8ndi8yipr9b3f6gbbh78cgp9j7y561nlnhrnyc8bsih9"))))
"1mcy9wlp5lj5f3z4mf3n5li7x32vj67rmhjnzsp8fhfw0ipnaf1d"))))
(build-system r-build-system)
(home-page "https://rqtl.org/")
(synopsis "R package for analyzing QTL experiments in genetics")