gnu: r-qtl: Update to 1.47-9.

* gnu/packages/cran.scm (r-qtl): Update to 1.47-9.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:13:19 +01:00
parent 53963d5bf7
commit 8f7e204995
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25131,14 +25131,14 @@ (define-public r-perm
(define-public r-qtl
(package
(name "r-qtl")
(version "1.46-2")
(version "1.47-9")
(source
(origin
(method url-fetch)
(uri (cran-uri "qtl" version))
(sha256
(base32
"0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a"))))
"0hffirsvw9j82cdx6l7vhqn3a7ab52claqjlinv3lswl1nsfg93b"))))
(build-system r-build-system)
(home-page "https://rqtl.org/")
(synopsis "R package for analyzing QTL experiments in genetics")